withStartPosition

abstract fun withStartPosition(index: Long): SyncList.QueryOptions

Specifies the initial position of the query. Results will be inclusive of the item as this position, if specified and if it exists.

Return

This object for optional method chaining.

Parameters

index

The starting position for the query.