ConsumedCapacity
class ConsumedCapacity
The capacity units consumed by an operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity
is only returned if the request asked for it. For more information, see Provisioned capacity mode in the Amazon DynamoDB Developer Guide.
Types
Properties
Link copied to clipboard
The total number of capacity units consumed by the operation.
Link copied to clipboard
The amount of throughput consumed on each global index affected by the operation.
Link copied to clipboard
The amount of throughput consumed on each local index affected by the operation.
Link copied to clipboard
The total number of read capacity units consumed by the operation.
Link copied to clipboard
The total number of write capacity units consumed by the operation.