Optional
Readonly
flagsUse for optimizations
Optional
Readonly
labelA name for this instance of the store. For example, you might use a share name for a network-based store
Readonly
nameWhat the file system using this store should be called. For example, tmpfs for an in memory store
Optional
Readonly
typeOptional
Readonly
uuidA UUID for this instance of the store.
Optional
getSyncs the store
Begins a new transaction.
Optional
usageUsage information for the store
An interface for simple synchronous stores that don't have special support for transactions and such, based on
Map