All Products
Search
Document Center

Tablestore:DescribeTimeseriesTable

Last Updated:Jul 26, 2024

Queries information about a time series table.

Request syntax

message DescribeTimeseriesTableRequest {
  required string table_name = 1;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the time series table.

Response syntax

message DescribeTimeseriesTableResponse {
  required TimeseriesTableMeta table_meta = 1;
}

Parameter

Type

Description

table_meta

TimeseriesTableMeta

The configurations of the time series table.

Use Tablestore SDKs

You can use the following Tablestore SDKs to query information about a time series table: