Queries the names of time series tables in an instance.
Request syntax
message ListTimeseriesTableRequest {
}
Response syntax
message ListTimeseriesTableResponse {
repeated TimeseriesTableMeta table_metas = 1;
}
Parameter | Type | Description |
---|---|---|
table_metas | TimeseriesTableMeta | The configurations of all time series tables. |
Use Tablestore SDKs
You can use the following Tablestore SDKs to query the names of time series tables
in an instance:
- Tablestore SDK for Java: ListTimeseriesTable
- Tablestore SDK for Go: ListTimeseriesTable