OperationKind Enum
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.
These are the operation types resulted in a version conflict on a resource.
public enum OperationKind
type OperationKind =
Public Enum OperationKind
- Inheritance
-
OperationKind
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | An invalid operation. |
Create | 1 | A create operation. |
Replace | 2 | An replace operation. |
Delete | 3 | A delete operation. |
Read | 4 | This operation does not apply to Conflict. |
Remarks
When a version conflict occurs during an async operation, retrieving the ConflictProperties instance will allow you to determine which resource and operation cause the conflict.