Conflict Class
Definition
This is the conflicting resource resulting from a concurrent async operation in the Azure DocumentDB database service.
public class Conflict : Microsoft.Azure.Documents.Resource
- Inheritance
Inherited Members
Microsoft.Azure.Documents.JsonSerializable
Microsoft.Azure.Documents.Resource
Remarks
On rare occasions, during an async operation (insert, replace and delete), a version conflict may occur on a resource.
The conflicting resource is persisted as a Conflict resource.
Inspecting Conflict resources will allow you to determine which operations and resources resulted in conflicts.
Constructors
| Conflict() |
Initialize a new instance of a Conflict class in the Azure DocumentDB database service. |
Properties
| OperationKind |
Gets the operation that resulted in the conflict in the Azure DocumentDB database service. |
| ResourceType |
Gets the type of the conflicting resource in the Azure DocumentDB database service. |
| SourceResourceId |
Gets the resource ID for the conflict in the Azure DocumentDB database service. |
Methods
| GetResource<T>() |
Gets the conflicting resource in the Azure DocumentDB database service. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |