UpdateTimeseriesAnalyticalStore

更新时间:
复制 MD 格式

Updates the configuration of a time series analytical store. Currently, only the time to live (TTL) of data can be modified.

Request syntax

message UpdateTimeseriesAnalyticalStoreRequest {
  required string table_name = 1;
  required TimeseriesAnalyticalStore analytical_store = 2;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the time series table.

analytical_store

TimeseriesAnalyticalStore

Yes

The configuration of the time series analytical store. Only the TTL of data can be modified.

Response syntax

message UpdateTimeseriesAnalyticalStoreResponse {
}

Use Tablestore SDKs

The following SDKs support updating the TTL of data in a time series analytical store: