All Products
Search
Document Center

Tablestore:AnalyticalStoreSyncStat

Last Updated:Sep 05, 2023

AnalyticalStoreSyncStat specifies the synchronization status of the analytical store.

Data structure

message AnalyticalStoreSyncStat {
  optional AnalyticalStoreSyncType sync_phase = 1;				// The synchronization status of the analytical store. 
  optional int64 current_sync_timestamp = 2;// The timestamp when the data of the analytical store is last synchronized. 
}

Parameter

Type

Description

sync_phase

AnalyticalStoreSyncType

The latest synchronization status of the analytical store. Valid values:

  • SYNC_TYPE_FULL: The full data of the analytical store is synchronized.

  • SYNC_TYPE_INCR: The incremental data of the analytical store is synchronized.

current_sync_timestamp

int64

The timestamp when the data of the analytical store is last synchronized. Unit: seconds.

Related operations

DescribeTimeseriesAnalyticalStore