All Products
Search
Document Center

Tablestore:ListTimeseriesTable

Last Updated:Apr 27, 2025

Queries the names and configuration information of time series tables in the current instance.

Request syntax

message ListTimeseriesTableRequest {
}

Response syntax

message ListTimeseriesTableResponse {
  repeated TimeseriesTableMeta table_metas = 1;
}

Name

Type

Description

table_metas

TimeseriesTableMeta

The configurations of all time series tables.

Use Tablestore SDK

You can use Tablestore SDKs for the following programming languages to query time series tables in an instance: