interface TransactionCollectionMetricsMetadata {
    itemCollectionMetrics?: Record<string, {
        ItemCollectionKey?: DynamoDBValues;
        SizeEstimateRangeGB?: number[];
    }[]>;
}

Properties

itemCollectionMetrics?: Record<string, {
    ItemCollectionKey?: DynamoDBValues;
    SizeEstimateRangeGB?: number[];
}[]>

Only set if returnItemCollectionMetrics set appropriately on request and item contained any collections