The operation action, one of the ObjectOperationAction enum values.
Optional counter
The payload for the operation if the action is COUNTER_CREATE. Defines the initial value of the counter object.
This property is deprecated and will be removed in a future major version. Use counterCreate instead.
Optional counterThe payload for the operation if the action is COUNTER_CREATE. Defines the initial value of the counter object.
Optional counterThe payload for the operation if the action is COUNTER_INC. Describes the value to add to the counter.
Optional counterThe payload for the operation if it is a mutation operation on a counter object.
This property is deprecated and will be removed in a future major version. Use counterInc instead.
Optional map
The payload for the operation if the action is MAP_CREATE. Defines the initial value of the map object.
This property is deprecated and will be removed in a future major version. Use mapCreate instead.
Optional mapThe payload for the operation if the action is MAP_CLEAR.
Optional mapThe payload for the operation if the action is MAP_CREATE. Defines the initial value of the map object.
Optional mapThe payload for the operation if it is a mutation operation on a map object.
Optional mapThe payload for the operation if the action is MAP_REMOVE. Describes the key to remove from the map object.
Optional mapThe payload for the operation if the action is MAP_SET. Describes the key and value to set on the map object.
Optional objectThe payload for the operation if the action is OBJECT_DELETE.
The ID of the object the operation was applied to.
Generated using TypeDoc
An operation that was applied to an object on a channel.