Updates the configurations of a time series table.
Request syntax
message UpdateTimeseriesTableRequest {
required string table_name = 1;
optional TimeseriesTableOptions table_options = 2;
}
Parameter | Type | Required | Description |
---|---|---|---|
table_name | string | Yes | The name of the time series table. |
table_options | TimeseriesTableOptions | Yes | The configurations of the time series table. |
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