GetMetadataReturn

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

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.