ListTimeseriesTable

更新时间:
复制 MD 格式

Lists the time series tables in the current instance, returning names and configuration details for each table.

Request syntax

message ListTimeseriesTableRequest {
}

Response syntax

message ListTimeseriesTableResponse {
  repeated TimeseriesTableMeta table_metas = 1;
}

Name

Type

Description

table_metas

TimeseriesTableMeta

The configuration details of all time series tables in the instance.

Use Tablestore SDK

The following SDKs support listing time series tables in an instance: