Share via


StoreItem interface

Represents an item to be stored in a storage provider. Each item can contain arbitrary data along with an optional eTag for optimistic concurrency control.

Properties

eTag

Optional eTag used for optimistic concurrency control. 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.

Property Details

eTag

Optional eTag used for optimistic concurrency control. 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.

eTag?: string

Property Value

string