All Products
Search
Document Center

Tablestore:AnalyticalStoreSyncType

Last Updated:Sep 05, 2023

AnalyticalStoreSyncType specifies the synchronization type of the analytical store. In TimeseriesAnalyticalStore, AnalyticalStoreSyncType indicates the synchronization option of the analytical store. In AnalyticalStoreSyncStat, AnalyticalStoreSyncType indicates the synchronization status of the analytical store.

Enumeration value list

enum AnalyticalStoreSyncType {
  SYNC_TYPE_FULL = 1;
  SYNC_TYPE_INCR = 2;
}
  • SYNC_TYPE_FULL: full data synchronization

  • SYNC_TYPE_INCR: incremental data synchronization