Home OperationType Enum
OperationType Enum
Cancel

OperationType Enum

OperationType Enum

Namespace: Json.Patch

Enumerates the valid JSON Patch operation types.

Values

NameSummary
UnknownDefault value. Not valid.
AddRepresents the add operation.
RemoveRepresents the remove operation.
ReplaceRepresents the replace operation.
MoveRepresents the move operation.
CopyRepresents the copy operation.
TestRepresents the test operation.
Contents