OperationType
Type of the notification event:
- Insert - Denotes insert operation.
- Update - Denotes update operation. The entity should contain only updated fields.
- Delete - Denotes delete operation.
stringOperationType (string)
Type of the notification event:
- Insert - Denotes insert operation.
- Update - Denotes update operation. The entity should contain only updated fields.
- Delete - Denotes delete operation.
Possible values: [Update, Create, Delete]
Example:
UpdateOperationType
"Update"