Identifies a table synchronization type.
public enum ul_table_sync_type
All changed rows are synchronized; default behavior. Corresponds to SYNCHRONIZE ON in CREATE TABLE statement.
Table is never synchronized. Corresponds to SYNCHRONIZE OFF in CREATE TABLE statement.
Always upload every row, even unchanged rows. Corresponds to SYNCHRONIZE ALL in CREATE TABLE statement.