All Products
Search
Document Center

Tablestore:TimeseriesAnalyticalStore

Last Updated:Sep 05, 2023

TimeseriesAnalyticalStore specifies the metadata of the analytical store.

Data structure

message TimeseriesAnalyticalStore {
  optional string store_name = 1;	      						// The name of the analytical store. 
  optional int32 time_to_live = 2;    							// The time to live (TTL) of the analytical store. 
  optional AnalyticalStoreSyncType sync_option = 3;	// Specifies whether to perform full or incremental data synchronization. 
}

Parameter

Type

Description

store_name

string

The name of the analytical store.

time_to_live

int32

The retention period of the data of the analytical store.

The value of this parameter must be -1 or a value that is greater than or equal to 86400 seconds (one day). A value of -1 indicates that the data does not expire.

sync_option

AnalyticalStoreSyncType

The synchronization method of the analytical store. Valid values:

  • SYNC_TYPE_FULL: full data synchronization

  • SYNC_TYPE_INCR: incremental data synchronization