All Products
Search
Document Center

Tablestore:UpdateTimeseriesTable

Last Updated:Jan 15, 2024

Updates the configurations of a time series table or updates the configurations of the time series metadata in a time series table.

Request syntax

message UpdateTimeseriesTableRequest {
  required string table_name = 1;
  optional TimeseriesTableOptions table_options = 2;
  optional TimeseriesMetaOptions meta_options = 3;
}

Parameter

Type

Required

Description

table_name

STRING

Yes

The name of the time series table.

table_options

TimeseriesTableOptions

No

The configurations of the time series table.

meta_options

TimeseriesMetaOptions

No

The configurations of the time series metadata.

Response syntax

message UpdateTimeseriesTableResponse {
}

Use Tablestore SDKs

You can use the following Tablestore SDKs to update the configurations of a time series table: