Creates a time series table.

Request syntax

message CreateTimeseriesTableRequest {
  required TimeseriesTableMeta table_meta = 1;
}
Parameter Type Required Description
table_meta TimeseriesTableMeta Yes The configurations of the time series table.

Response syntax

message CreateTimeseriesTableResponse {
}

Use Tablestore SDKs

You can use the following Tablestore SDKs to create a time series table: