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;
}
Parameter | Type | Description |
table_meta | The configurations of the time series table. |
Use Tablestore SDKs
You can use the following Tablestore SDKs to query information about a time series table:
Tablestore SDK for Java: Query the information about a time series table
Tablestore SDK for Go: Query the information about a time series table