pl.wendigo.chrome.api.indexeddb / GetMetadataResponse

GetMetadataResponse

data class GetMetadataResponse (source)

Represents response frame that is returned from IndexedDB#getMetadata operation call. Gets metadata of an object store

Link
IndexedDB#getMetadata method documentation.

See Also

IndexedDBOperations.getMetadata

Constructors

<init>

GetMetadataResponse(entriesCount: Double, keyGeneratorValue: Double)

Represents response frame that is returned from IndexedDB#getMetadata operation call. Gets metadata of an object store

Properties

entriesCount

val entriesCount: Double

the entries count

keyGeneratorValue

val keyGeneratorValue: Double

the current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true.