Share via


StoreItem interface

Represents an item to be stored in a storage provider.

Remarks

Each item can contain arbitrary data along with an optional eTag for optimistic concurrency control.

Properties

eTag

Optional eTag used for optimistic concurrency control.

Property Details

eTag

Optional eTag used for optimistic concurrency control.

eTag?: string

Property Value

string

Remarks

When set to '*', it indicates that the write should proceed regardless of existing data. When comparing eTags, exact string matching is used to determine if data has changed.