MeteringInfo

更新时间: 2026-04-29 17:01:44

Returns the metering information of a search index.

Data structure

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

Parameter

Type

Required

Description

storage_size

int64

Yes

The storage size of the search index, in bytes. This value is updated periodically and may not reflect recent changes.

row_count

int64

Yes

The number of rows in the search index. This value is updated periodically and may not reflect recent changes.

reserved_read_cu

int64

Yes

The reserved read throughput of the search index, in CU.

timestamp

int64

Yes

The time when the metering data was collected, as a Unix epoch timestamp in milliseconds.

Related operations

DescribeSearchIndex

上一篇: MetaUpdateStatus 下一篇: MinAggregation
阿里云首页 表格存储 相关技术圈