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
该文章对您有帮助吗?