Skip to main content
Version: 0.17

Interface: LocalStorageBucketSettings

Hierarchy​

  • BucketSettings

    ↳ LocalStorageBucketSettings

Properties​

delimiter​

• Optional delimiter: string

Defined in​

local-storage-bucket/src/bucket.ts:7


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


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