pl.wendigo.chrome.api.indexeddb / ObjectStore

ObjectStore

data class ObjectStore (source)

Object store.

Link
IndexedDB#ObjectStore type documentation.

Constructors

<init>

ObjectStore(name: String, keyPath: KeyPath, autoIncrement: Boolean, indexes: List<ObjectStoreIndex>)

Object store.

Properties

autoIncrement

val autoIncrement: Boolean

If true, object store has auto increment flag set.

indexes

val indexes: List<ObjectStoreIndex>

Indexes in this object store.

keyPath

val keyPath: KeyPath

Object store key path.

name

val name: String

Object store name.