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 | No | The configurations of the time series table. | |
meta_options | 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:
Tablestore SDK for Java: UpdateTimeseriesTable
Tablestore SDK for Go: UpdateTimeseriesTable