Indicates the number of capacity units (CUs) that are consumed by an operation or the reserved read or write throughput that is specified for a table.
Data structure
message CapacityUnit {
optional int32 read = 1;
optional int32 write = 2;
}
Parameter | Type | Required | Description |
read | int32 | No | The number of read CUs that are consumed by an operation or the reserved read throughput that is specified for a table. Unit: CU. |
write | int32 | No | The number of write CUs that are consumed by an operation or the reserved write throughput that is specified for a table. Unit: CU. |