All Products
Search
Document Center

Tablestore:UpdateTimeseriesTable

Last Updated:Apr 27, 2025

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

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 a time series table: