DescribeTimeseriesTable

更新时间: 2026-01-14 11:38:12

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:

上一篇: ListTimeseriesTable 下一篇: UpdateTimeseriesTable
阿里云首页 表格存储 相关技术圈