MeteringInfo
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. |