TransactionalBatchPatchItemRequestOptions 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 Batch Patch request options
public class TransactionalBatchPatchItemRequestOptions : Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions
type TransactionalBatchPatchItemRequestOptions = class
inherit TransactionalBatchItemRequestOptions
Public Class TransactionalBatchPatchItemRequestOptions
Inherits TransactionalBatchItemRequestOptions
- Inheritance
-
TransactionalBatchPatchItemRequestOptions
Constructors
TransactionalBatchPatchItemRequestOptions() |
Properties
AddRequestHeaders |
Gets or sets a delegate which injects/appends a custom header in the request. (Inherited from RequestOptions) |
CosmosThresholdOptions |
Threshold values for Distributed Tracing. These values decides whether to generate operation level EventSource with request diagnostics or not. (Inherited from RequestOptions) |
EnableContentResponseOnWrite |
Gets or sets the boolean to only return the headers and status code in the Cosmos DB response for write item operations like Create, Upsert and Replace. This removes the resource from the response. This reduces networking and CPU load by not sending the resource back over the network and serializing it on the client. (Inherited from TransactionalBatchItemRequestOptions) |
ExcludeRegions |
List of regions to be excluded routing the request to. This can be used to route a request to a specific region by excluding all other regions. If all regions are excluded, then the request will be routed to the primary/hub region. (Inherited from RequestOptions) |
FilterPredicate |
Gets or sets condition to be checked before the patch operations in the Azure Cosmos DB service. |
IfMatchEtag |
Gets or sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service. (Inherited from RequestOptions) |
IfNoneMatchEtag |
Gets or sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service. (Inherited from RequestOptions) |
IndexingDirective |
Gets or sets the indexing directive (Include or Exclude) for the request in the Azure Cosmos DB service. (Inherited from TransactionalBatchItemRequestOptions) |
PriorityLevel |
Gets or sets the priority level for a request. (Inherited from RequestOptions) |
Properties |
Application opted Cosmos request context that flow through with the RequestMessage. Context will be available through handlers. (Inherited from RequestOptions) |
Methods
ShallowCopy() |
Clone RequestOptions. (Inherited from RequestOptions) |