Uses of Class
com.azure.cosmos.models.CosmosBatchPatchItemRequestOptions
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosBatchPatchItemRequestOptions in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosBatchPatchItemRequestOptions.setFilterPredicate
(String filterPredicate) Sets the FilterPredicate associated with the request in the Azure Cosmos DB service.CosmosBatchPatchItemRequestOptions.setIfMatchETag
(String ifMatchETag) Sets the If-Match (ETag) associated with the operation in CosmosBatch.CosmosBatchPatchItemRequestOptions.setIfNoneMatchETag
(String ifNoneMatchEtag) Sets the If-None-Match (ETag) associated with the request in operation in CosmosBatch.Modifier and TypeMethodDescriptionCosmosBatch.patchItemOperation
(String id, CosmosPatchOperations cosmosPatchOperations, CosmosBatchPatchItemRequestOptions requestOptions) Adds a patch operations for an item into the batch.