Companion

object Companion

Functions

Link copied to clipboard
fun key(key: Any?): ViewSelection

Select a specific key.

Link copied to clipboard
fun keys(keys: List<Any?>): ViewSelection

Select multiple specific keys.

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.