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
Create | 1 | A create operation. |
Delete | 3 | A delete operation. |
Invalid | 0 | An invalid operation. |
Read | 4 | This operation does not apply to Conflict. |
Replace | 2 | An replace operation. |
Remarks
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.
Applies to
Feedback
Submit and view feedback for