consumedCapacity property

List<ConsumedCapacity>? consumedCapacity
final

The capacity units consumed by the entire BatchWriteItem 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;