Package | Description |
---|---|
com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
Modifier and Type | Method and Description |
---|---|
TransactionalBatchPatchItemRequestOptions |
TransactionalBatchPatchItemRequestOptions.setFilterPredicate(String filterPredicate)
Sets the FilterPredicate associated with the request in the Azure Cosmos DB service.
|
TransactionalBatchPatchItemRequestOptions |
TransactionalBatchPatchItemRequestOptions.setIfMatchETag(String ifMatchETag)
Sets the If-Match (ETag) associated with the operation in TransactionalBatch.
|
TransactionalBatchPatchItemRequestOptions |
TransactionalBatchPatchItemRequestOptions.setIfNoneMatchETag(String ifNoneMatchEtag)
Sets the If-None-Match (ETag) associated with the request in operation in TransactionalBatch.
|
Modifier and Type | Method and Description |
---|---|
CosmosItemOperation |
TransactionalBatch.patchItemOperation(String id,
CosmosPatchOperations cosmosPatchOperations,
TransactionalBatchPatchItemRequestOptions requestOptions)
Adds a patch operations for an item into the batch.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.