maxDatabaseEntries property

int? maxDatabaseEntries
getter/setter pair

Sets the maximum number of entries that the client is willing to have in the local database for the specified list.

This should be a power of 2 between 210 and 220. If zero, no database size limit is set.

Implementation

core.int? maxDatabaseEntries;