numEntries property

int? numEntries
getter/setter pair

The number of entries that are delta encoded in the encoded data.

If only a single integer was encoded, this will be zero and the single value will be stored in first_value.

Implementation

core.int? numEntries;