withPageSize

abstract fun withPageSize(size: Long): SyncMap.QueryOptions

Specifies the maximum size of the page returned by the query. The page may contain less items when approaching the end of collection.

Return

This object for optional method chaining.

Parameters

size

The maximum size of the page returned by the query.