Package | Description |
---|---|
com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
Modifier and Type | Method and Description |
---|---|
Mono<CosmosConflictResponse> |
CosmosAsyncConflict.delete(CosmosConflictRequestOptions options)
Deletes a conflict.
|
Mono<CosmosConflictResponse> |
CosmosAsyncConflict.read(CosmosConflictRequestOptions options)
Reads a conflict.
|
Modifier and Type | Method and Description |
---|---|
CosmosConflictRequestOptions |
CosmosConflictRequestOptions.setIfMatchETag(String ifMatchETag)
Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
|
CosmosConflictRequestOptions |
CosmosConflictRequestOptions.setIfNoneMatchETag(String ifNoneMatchEtag)
Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
|
CosmosConflictRequestOptions |
CosmosConflictRequestOptions.setPartitionKey(PartitionKey partitionKey)
Sets the partition key associated with the request in the Azure Cosmos DB service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.