Modifier and Type | Method and Description |
---|---|
CosmosConflictProperties |
CosmosAsyncConflictResponse.getProperties()
Get conflict properties object representing the resource on the server
|
Modifier and Type | Method and Description |
---|---|
CosmosContinuablePagedFlux<CosmosConflictProperties> |
CosmosAsyncContainer.queryConflicts(String query)
Queries all the conflicts in the container
|
CosmosContinuablePagedFlux<CosmosConflictProperties> |
CosmosAsyncContainer.queryConflicts(String query,
FeedOptions options)
Queries all the conflicts in the container
|
CosmosContinuablePagedFlux<CosmosConflictProperties> |
CosmosAsyncContainer.readAllConflicts(FeedOptions options)
Lists all the conflicts in the container
|
Copyright © 2020 Microsoft Corporation. All rights reserved.