Interface: IndexedDBBucketSettings
Hierarchy​
BucketSettings
↳
IndexedDBBucketSettings
Properties​
name​
• Optional
name: string
Name used for tracking and debugging a bucket instance.
Inherited from​
BucketSettings.name
Defined in​
core/dist/modules/bucket.d.ts:9
namespace​
• Optional
namespace: string
The namespace used by the bucket when accessing any items.
This is used to distinguish one bucket's contents from another.
Inherited from​
BucketSettings.namespace
Defined in​
core/dist/modules/bucket.d.ts:15
storeName​
• Optional
storeName: string
Defined in​
indexeddb-bucket/src/bucket.ts:9
version​
• Optional
version: number
The current version of the bucket.
Used to identify the version of the bucket's schema and thus migrate it as needed.
Inherited from​
BucketSettings.version
Defined in​
core/dist/modules/bucket.d.ts:22