ItemRequestOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cosmos item request options
public class ItemRequestOptions : Azure.Cosmos.RequestOptions
type ItemRequestOptions = class
inherit RequestOptions
Public Class ItemRequestOptions
Inherits RequestOptions
- Inheritance
Constructors
ItemRequestOptions() |
Properties
ConsistencyLevel |
Gets or sets the consistency level required for the request in the Azure Cosmos DB service. |
IfMatch |
Optionally limit requests to resources that have a matching ETag. (Inherited from MatchConditions) |
IfNoneMatch |
Optionally limit requests to resources that do not match the ETag. (Inherited from MatchConditions) |
IndexingDirective |
Gets or sets the indexing directive (Include or Exclude) for the request in the Azure Cosmos DB service. |
PostTriggers |
Gets or sets the trigger to be invoked after the operation in the Azure Cosmos DB service. |
PreTriggers |
Gets or sets the trigger to be invoked before the operation in the Azure Cosmos DB service. |
SessionToken |
Gets or sets the token for use with session consistency in the Azure Cosmos DB service. |
Applies to
Azure SDK for .NET