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