OperationKind Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. documentdb. OperationKind
- com.
- java.
public enum OperationKind
extends java.lang.Enum<OperationKind>
Last writer wins conflict resolution mode
These are the operation types resulted in a version conflict on a resource. When a version conflict occurs during an async operation, retrieving the Conflict instance will allow you to determine which resource and operation caused the conflict.
Fields
| create | |
| delete | |
| invalid | |
| read | |
| replace |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static OperationKind valueOf(String name)
Parameters
- name
- java.lang.String