MeteringInfo specifies the metering information of the 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. Unit: bytes. |
row_count | int64 | Yes | The number of rows. |
reserved_read_cu | int64 | Yes | The reserved read throughput. Unit: CU. |
timestamp | int64 | Yes | The timestamp of the metering operation. The value is a 64-bit timestamp that is accurate to milliseconds. |