QueryOptions

interface QueryOptions

Options passed while querying SyncMap objects within Sync specifying query parameters and result set position and sorting.

Functions

Link copied to clipboard
abstract fun withPageSize(size: Long): SyncMap.QueryOptions
Specifies the maximum size of the page returned by the query.
Link copied to clipboard
abstract fun withQueryOrder(order: SyncMap.QueryOrder): SyncMap.QueryOptions
Specifies the ordering (i.e.
Link copied to clipboard
abstract fun withStartPosition(key: String): SyncMap.QueryOptions
Specifies the initial position of the query.