maxUpdateEntries property

int? maxUpdateEntries
getter/setter pair

The maximum size in number of entries.

The update will not contain more entries than this value. This should be a power of 2 between 210 and 220. If zero, no update size limit is set.

Implementation

core.int? maxUpdateEntries;