All Products
Search
Document Center

Tablestore:AnalyticalStoreStorageSize

Last Updated:Sep 05, 2023

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

The storage size of the analytical store. Unit: bytes.

timestamp

int64

The timestamp when the storage size is queried. Unit: seconds.

Related operations

DescribeTimeseriesAnalyticalStore