The parent Container.
The id of the given Item.
Returns a reference URL to the resource. Used for linking in Permissions.
Delete the item.
Any provided type, T, is not necessarily enforced by the SDK. You may get more or less properties and it's up to your logic to enforce it.
Additional options for the request, such as the partition key.
Read the item's definition.
Any provided type, T, is not necessarily enforced by the SDK.
You may get more or less properties and it's up to your logic to enforce it.
If the type, T, is a class, it won't pass typeof
comparisons, because it won't have a match prototype.
It's recommended to only use interfaces.
There is no set schema for JSON items. They may contain any number of custom properties.
Additional options for the request, such as the partition key.
Note, if you provide a partition key on the options object, it will override the primary key on this.partitionKey
.
Replace the item's definition.
There is no set schema for JSON items. They may contain any number of custom properties.
The definition to replace the existing Item's definition with.
Additional options for the request, such as the partition key.
Replace the item's definition.
Any provided type, T, is not necessarily enforced by the SDK. You may get more or less properties and it's up to your logic to enforce it.
There is no set schema for JSON items. They may contain any number of custom properties.
The definition to replace the existing Item's definition with.
Additional options for the request, such as the partition key.
Generated using TypeDoc
Used to perform operations on a specific item.
Items for operations on all items; see
container.items
.