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.
Additional properties can be stored in the item.
Each storage provider may have specific requirements or limitations on property names and values.
Optional
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.
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.