TableConsumedCapacity specifies the number of capacity units (CUs) consumed by an SQLQuery operation.
Data structure
message TableConsumedCapacity {
optional string table_name = 1;
optional ConsumedCapacity consumed = 2;
optional ReservedThroughput reserved_throughput = 3;
}
Parameter | Type | Required | Description |
table_name | string | No | The name of the table. |
consumed | No | The number of CUs consumed by the operation. | |
reserved_throughput | No | The reserved read and write throughput of the table. |