DescribeTimeseriesAnalyticalStore

更新时间:
复制 MD 格式

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

TimeseriesAnalyticalStore

You can analyze the storage configuration.

sync_stat

AnalyticalStoreSyncStat

You can analyze the storage synchronization status.

storage_size

AnalyticalStoreStorageSize

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.