全部產品
Search
文件中心

Tablestore:MeteringInfo

更新時間:Jun 30, 2024

表示多元索引的計量資訊。

資料結構

message MeteringInfo {
    optional int64 storage_size = 1;
    optional int64 row_count = 2;
    optional int64 reserved_read_cu = 3;
    optional int64 timestamp = 4;
}

名稱

類型

是否必選

描述

storage_size

int64

儲存量大小,單位為位元組。

row_count

int64

資料行數。

reserved_read_cu

int64

預留讀輸送量。單位為CU

timestamp

int64

計量時間。格式為64位的毫秒單位時間戳記。

相關操作

DescribeSearchIndex