Updates the configuration information of a time series analytical store. Currently, you can only modify the time to live (TTL) of data in a time series analytical store.
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 | Yes | The configuration information of the time series analytical store. You can only modify the TTL of data. |
Response syntax
message UpdateTimeseriesAnalyticalStoreResponse {
}
Use Tablestore SDKs
You can use Tablestore SDKs for the following programming languages to update the TTL of data in a time series analytical store: