Queries information about a time series table.
Request syntax
message DescribeTimeseriesTableRequest {
required string table_name = 1;
}
Parameter | Type | Required | Description |
table_name | string | Yes | The name of the time series table. |
Response syntax
message DescribeTimeseriesTableResponse {
required TimeseriesTableMeta table_meta = 1;
repeated TimeseriesAnalyticalStore analytical_stores = 2;
repeated TimeseriesLastpointIndex lastpoint_indexes = 3;
}
Parameter | Type | Description |
table_meta | The configurations of the time series table. | |
analytical_stores | The configuration information of time series analytical store. | |
lastpoint_indexes | The Lastpoint index information. |
Use Tablestore SDKs
You can use the following Tablestore SDKs to query information about a time series table: