Documentation

SetItemBody

Properties

Key

  • key: string

The key will be created if it does not exist, provided the item limit has not been reached for this entity.

memberof

SetItemBody

Value

  • value: object

Any JSON serializable structure

memberof

SetItemBody

Optional Write Lock

  • writeLock: string

Enforces conflict checking when updating an existing data item. This field should be omitted when creating a new data item. When updating an existing item, omitting this field ignores write conflicts. When present, an error response will be returned if the writeLock in the request does not match the stored writeLock.

memberof

SetItemBody