GetMetadataResponse

@Serializable
data class GetMetadataResponse(val entriesCount: Double, val keyGeneratorValue: Double)(source)

Response type for the IndexedDBDomain.getMetadata command.

Constructors

Link copied to clipboard
constructor(entriesCount: Double, keyGeneratorValue: Double)

Properties

Link copied to clipboard

the entries count

Link copied to clipboard

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