pl.wendigo.chrome.domain.indexeddb / ObjectStoreIndex

ObjectStoreIndex

data class ObjectStoreIndex (source)

Object store index.

Constructors

<init>

ObjectStoreIndex(name: String, keyPath: KeyPath, unique: Boolean, multiEntry: Boolean)

Object store index.

Properties

keyPath

val keyPath: KeyPath

Index key path.

multiEntry

val multiEntry: Boolean

If true, index allows multiple entries for a key.

name

val name: String

Index name.

unique

val unique: Boolean

If true, index is unique.