public final class CosmosAsyncConflict extends Object
Modifier and Type | Method and Description |
---|---|
Mono<CosmosConflictResponse> |
delete(CosmosConflictRequestOptions options)
Deletes a conflict.
|
String |
getId()
Get the id of the
CosmosAsyncConflict |
Mono<CosmosConflictResponse> |
read(CosmosConflictRequestOptions options)
Reads a conflict.
|
public String getId()
CosmosAsyncConflict
CosmosAsyncConflict
public Mono<CosmosConflictResponse> read(CosmosConflictRequestOptions options)
After subscription the operation will be performed. The Mono
upon
successful completion will contain a single resource response with the read
conflict. In case of failure the Mono
will error.
options
- the request options.Mono
containing the single resource response with the read
conflict or an error.public Mono<CosmosConflictResponse> delete(CosmosConflictRequestOptions options)
After subscription the operation will be performed. The Mono
upon
successful completion will contain a single resource response for the deleted
conflict. In case of failure the Mono
will error.
options
- the request options.Mono
containing the single resource response for the deleted
conflict or an error.Copyright © 2021 Microsoft Corporation. All rights reserved.