Uses of Class
com.azure.cosmos.models.CosmosConflictRequestOptions
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 CosmosConflictRequestOptions in com.azure.cosmos
Modifier and TypeMethodDescriptionCosmosAsyncConflict.delete
(CosmosConflictRequestOptions options) Deletes a conflict.CosmosAsyncConflict.read
(CosmosConflictRequestOptions options) Reads a conflict. -
Uses of CosmosConflictRequestOptions in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosConflictRequestOptions.setIfMatchETag
(String ifMatchETag) Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.CosmosConflictRequestOptions.setIfNoneMatchETag
(String ifNoneMatchEtag) Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.CosmosConflictRequestOptions.setPartitionKey
(PartitionKey partitionKey) Sets the partition key associated with the request in the Azure Cosmos DB service.