Companion

object Companion

Functions

key
Link copied to clipboard
fun key(key: Any?): ViewSelection
Select a specific key.
keys
Link copied to clipboard
fun keys(keys: List<Any?>): ViewSelection
Select multiple specific keys.
range
Link copied to clipboard
fun range(order: ViewOrdering = ViewOrdering.ASCENDING, startKey: Any? = null, startKeyDocId: String? = null, endKey: Any? = null, endKeyDocId: String? = null, inclusiveEnd: Boolean = true): ViewSelection
Select a range of keys.