OperationKind Enumeration
Updated: June 30, 2017
These are the operation types resulted in a version conflict on a resource.
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
| Member name | Description | |
|---|---|---|
| Create | A create operation. | |
| Delete | A delete operation. | |
| Invalid | An invalid operation. | |
| Read | Obsolete. This operation does not apply to Conflict. | |
| Replace | An replace operation. | |
| IsDefined | Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.) | |
| IsNull | Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.) | |
| IsPrimitive | Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.) |
When a version conflict occurs during an async operation, retrieving the Conflict instance will allow you to determine which resource and operation caause the conflict.