Call the DescribeTimeseriesAnalyticalStore operation to query information about a time series analytical store, such as its configuration, synchronization status, and storage size.
Request message structure
message DescribeTimeseriesAnalyticalStoreRequest {
required string table_name = 1;
required string store_name = 2;
}Name | Type | Required | Description |
table_name | string | Yes | The name of the time series table. |
store_name | string | Yes | The name of the analytical store. |
Response message structure
message DescribeTimeseriesAnalyticalStoreResponse {
optional TimeseriesAnalyticalStore analytical_store = 1;
optional AnalyticalStoreSyncStat sync_stat = 2;
optional AnalyticalStoreStorageSize storage_size = 3;
}Name | Type | Description |
analytical_store | You can analyze the storage configuration. | |
sync_stat | You can analyze the storage synchronization status. | |
storage_size | The size of the analytical store and the timestamp at which the size was measured. |
Use the SDK
You can use the SDKs for the following languages to query information about an analytical store.
该文章对您有帮助吗?