chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.indexeddb / GetMetadataResponse

GetMetadataResponse

data class GetMetadataResponse

Response type for the IndexedDBDomain.getMetadata command.

Constructors

<init>

Response type for the IndexedDBDomain.getMetadata command.

GetMetadataResponse(entriesCount: Double, keyGeneratorValue: Double)

Properties

entriesCount

the entries count

val entriesCount: Double

keyGeneratorValue

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

val keyGeneratorValue: Double