droppedAttributesCount property

int? droppedAttributesCount
getter/setter pair

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 all attributes are valid.

Implementation

core.int? droppedAttributesCount;