QueryOptions

interface QueryOptions

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

Functions

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