OperationType Enum
Namespace: Json.Patch
Enumerates the valid JSON Patch operation types.
Values
| Name | Summary |
|---|---|
| Unknown | Default value. Not valid. |
| Add | Represents the add operation. |
| Remove | Represents the remove operation. |
| Replace | Represents the replace operation. |
| Move | Represents the move operation. |
| Copy | Represents the copy operation. |
| Test | Represents the test operation. |