| 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)
Reads all conflicts in a container.
|
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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.