Conflicts Class

Definition

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

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

Constructors

Conflicts()

Methods

DeleteAsync(ConflictProperties, PartitionKey, CancellationToken)

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

GetConflictQueryIterator<T>(QueryDefinition, String, QueryRequestOptions)

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

GetConflictQueryIterator<T>(String, String, QueryRequestOptions)

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

GetConflictQueryStreamIterator(QueryDefinition, String, QueryRequestOptions)

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

GetConflictQueryStreamIterator(String, String, QueryRequestOptions)

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