droppedAttributesCount property
dropped_attributes_count is the number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0, then no attributes were dropped.
Implementation
@$pb.TagNumber(10)
$core.int get droppedAttributesCount => $_getIZ(9);
Implementation
@$pb.TagNumber(10)
set droppedAttributesCount($core.int v) { $_setUnsignedInt32(9, v); }