Modifier and Type | Method and Description |
---|---|
CosmosConflictProperties |
CosmosConflictResponse.properties()
Get conflict properties object representing the resource on the server
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<FeedResponse<CosmosConflictProperties>> |
CosmosContainer.queryConflicts(String query)
Queries all the conflicts in the container
|
reactor.core.publisher.Flux<FeedResponse<CosmosConflictProperties>> |
CosmosContainer.queryConflicts(String query,
FeedOptions options)
Queries all the conflicts in the container
|
reactor.core.publisher.Flux<FeedResponse<CosmosConflictProperties>> |
CosmosContainer.readAllConflicts(FeedOptions options)
Lists all the conflicts in the container
|
Copyright © 2019. All rights reserved.