itemCollectionMetrics property

Map<String, List<ItemCollectionMetrics>>? itemCollectionMetrics
final

A list of tables that were processed by TransactWriteItems and, for each table, information about any item collections that were affected by individual UpdateItem, PutItem, or DeleteItem operations.

Implementation

final Map<String, List<ItemCollectionMetrics>>? itemCollectionMetrics;