Uses of Class
com.azure.data.cosmos.CosmosConflictProperties
-
Packages that use CosmosConflictProperties Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of CosmosConflictProperties in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return CosmosConflictProperties Modifier and Type Method Description CosmosConflictProperties
CosmosConflictResponse. properties()
Get conflict properties object representing the resource on the serverMethods in com.azure.data.cosmos that return types with arguments of type CosmosConflictProperties Modifier and Type Method Description Flux<FeedResponse<CosmosConflictProperties>>
CosmosContainer. queryConflicts(String query)
Queries all the conflicts in the containerFlux<FeedResponse<CosmosConflictProperties>>
CosmosContainer. queryConflicts(String query, FeedOptions options)
Queries all the conflicts in the containerFlux<FeedResponse<CosmosConflictProperties>>
CosmosContainer. readAllConflicts(FeedOptions options)
Lists all the conflicts in the container
-