QueryIndex

actual class QueryIndex : DelegatedClass<CBLQueryIndex> (source)
expect class QueryIndex(source)

QueryIndex object represents an existing index in the collection.

actual class QueryIndex : DelegatedClass<<Error class: unknown class>> (source)
actual class QueryIndex(source)

Properties

Link copied to clipboard

The collection to which this index belongs.

Link copied to clipboard
actual val name: String
expect val name: String

The name of the index.

actual val name: String
actual val name: String

Functions

Link copied to clipboard
actual fun QueryIndex.beginUpdate(limit: Int): IndexUpdater?
expect fun QueryIndex.beginUpdate(limit: Int): IndexUpdater?

ENTERPRISE EDITION API

actual fun QueryIndex.beginUpdate(limit: Int): IndexUpdater?
actual fun QueryIndex.beginUpdate(limit: Int): IndexUpdater?
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String