Enum TableRowEventType
Table row event type.
public enum TableRowEventType
Fields
Archived = 3Row archived. This event happens when you have a table with
ARCHIVE ATcondition 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 = 0Row created.
Removed = 2Row removed.
Updated = 1Row updated.