ConflictProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a conflict in the Azure Cosmos DB service.
public class ConflictProperties
type ConflictProperties = class
Public Class ConflictProperties
- Inheritance
-
ConflictProperties
Remarks
On rare occasions, during an async operation (insert, replace and delete), a version conflict may occur on a resource during fail over or multi master scenarios. The conflicting resource is persisted as a Conflict resource. Inspecting Conflict resources will allow you to determine which operations and resources resulted in conflicts. This is not related to operations returning a Conflict status code.
Constructors
ConflictProperties() |
Properties
Id |
Gets the Id of the resource in the Azure Cosmos DB service. |
OperationKind |
Gets the operation that resulted in the conflict in the Azure Cosmos DB service. |
SelfLink |
Gets the self-link associated with the resource from the Azure Cosmos DB service. |
Applies to
Azure SDK for .NET