Share via


CosmosConflicts Class

Definition

Operations for reading/querying conflicts in a Azure Cosmos container.

public abstract class CosmosConflicts
type CosmosConflicts = class
Public MustInherit Class CosmosConflicts
Inheritance
CosmosConflicts

Constructors

CosmosConflicts()

Methods

DeleteAsync(ConflictProperties, PartitionKey, CancellationToken)

Delete a conflict from the Azure Cosmos service as an asynchronous operation.

GetConflictsAsync<T>(QueryDefinition, String, QueryRequestOptions, CancellationToken)

Obtains an iterator to go through the ConflictProperties on an Azure Cosmos container.

GetConflictsAsync<T>(String, String, QueryRequestOptions, CancellationToken)

Obtains an iterator to go through the ConflictProperties on an Azure Cosmos container.

GetConflictsStreamAsync(QueryDefinition, String, QueryRequestOptions, CancellationToken)

Gets an iterator to go through all the conflicts for the container as the original ResponseMessage

GetConflictsStreamAsync(String, String, QueryRequestOptions, CancellationToken)

Gets an iterator to go through all the conflicts for the container as the original ResponseMessage

ReadConflictContent<T>(ConflictProperties)

Reads the content of the Conflict resource in the Azure Cosmos DB service.

ReadCurrentAsync<T>(ConflictProperties, PartitionKey, CancellationToken)

Reads the item that originated the conflict.

Applies to