AnalyticalStoreStorageSize

更新时间:
复制 MD 格式

AnalyticalStoreStorageSize specifies the storage size of the analytical store and the timestamp when the storage size is queried.

Data structure

message AnalyticalStoreStorageSize {
  optional int64 size = 1;			// The storage size of the analytical store. 
  optional int64 timestamp = 2;	// The timestamp when the storage size is queried. 
}

Parameter

Type

Description

size

int64

Storage size of the analytical store. Unit: bytes.

timestamp

int64

Unix timestamp (in seconds) when the storage size was queried.

Related operations

DescribeTimeseriesAnalyticalStore