consumedCapacity property

List<ConsumedCapacity>? consumedCapacity
final

The read capacity units consumed by the entire BatchGetItem operation.

Each element consists of:

  • TableName - The table that consumed the provisioned throughput.
  • CapacityUnits - The total number of capacity units consumed.

Implementation

final List<ConsumedCapacity>? consumedCapacity;