struct Protocol::IndexedDB::GetMetadata
- Protocol::IndexedDB::GetMetadata
- Struct
- Value
- Object
Overview
Gets metadata of an object store
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/indexed_db.crConstructors
Instance Method Summary
-
#entries_count : Number::Primitive
the entries count
-
#key_generator_value : Number::Primitive
the current value of key generator, to become the next inserted key into the object store.
Constructor Detail
Instance Method Detail
def key_generator_value : Number::Primitive
#
the current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true.