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 |
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: