data class GetMetadataResponse
Response type for the IndexedDBDomain.getMetadata command.
<init> |
Response type for the IndexedDBDomain.getMetadata command. GetMetadataResponse(entriesCount: Double, keyGeneratorValue: Double) |
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 |