public class CosmosAsyncConflict extends Object
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<CosmosAsyncConflictResponse> |
delete(CosmosConflictRequestOptions options)
Reads all conflicts in a document collection.
|
String |
getId()
Get the id of the
CosmosAsyncConflict |
reactor.core.publisher.Mono<CosmosAsyncConflictResponse> |
read(CosmosConflictRequestOptions options)
Reads a conflict.
|
public String getId()
CosmosAsyncConflict
CosmosAsyncConflict
public reactor.core.publisher.Mono<CosmosAsyncConflictResponse> 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 reactor.core.publisher.Mono<CosmosAsyncConflictResponse> delete(CosmosConflictRequestOptions options)
After subscription the operation will be performed. The Mono
will
contain one or several feed response pages of the read conflicts. In case of
failure the Mono
will error.
options
- the feed options.Mono
containing one or several feed response pages of the
read conflicts or an error.Copyright © 2020 Microsoft Corporation. All rights reserved.