All Products
Search
Document Center

Tablestore:CreateTimeseriesTable

Last Updated:Aug 01, 2024

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: