Uses of Class
com.azure.cosmos.models.CosmosPatchItemRequestOptions
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosPatchItemRequestOptions in com.azure.cosmos
Modifier and TypeMethodDescription<T> Mono<CosmosItemResponse<T>>
CosmosAsyncContainer.patchItem
(String itemId, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, CosmosPatchItemRequestOptions options, Class<T> itemType) Run partial update that modifies specific properties or fields of the item without replacing the entire item.<T> CosmosItemResponse<T>
CosmosContainer.patchItem
(String itemId, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, CosmosPatchItemRequestOptions options, Class<T> itemType) Run partial update that modifies specific properties or fields of the item without replacing the entire item. -
Uses of CosmosPatchItemRequestOptions in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosPatchItemRequestOptions.setFilterPredicate
(String filterPredicate) Sets the FilterPredicate associated with the request in the Azure Cosmos DB service.