All Products
Search
Document Center

Tablestore:DescribeTimeseriesTable

Last Updated:Apr 27, 2025

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;
  repeated TimeseriesAnalyticalStore analytical_stores = 2;
  repeated TimeseriesLastpointIndex lastpoint_indexes = 3;
}

Parameter

Type

Description

table_meta

TimeseriesTableMeta

The configurations of the time series table.

analytical_stores

TimeseriesAnalyticalStore

The configuration information of time series analytical store.

lastpoint_indexes

TimeseriesLastpointIndex

The Lastpoint index information.

Use Tablestore SDKs

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