Enum TableRowEventType
Table row event type.
public enum TableRowEventType
Fields
Archived = 3
Row archived. This event happens when you have a table with
ARCHIVE AT
condition set and rows get archived according to this condition, meaning those rows are removed on a primary storage but will still be available on the secondary storage.Created = 0
Row created.
Removed = 2
Row removed.
Updated = 1
Row updated.