The transactional capacity multiplier. TransactWriteItems and
TransactGetItems cost twice the equivalent single-item operation, so each
item’s rounded-up units are doubled (the rounding happens per item, before
the multiplier, to match AWS at the KB/4KB boundary).
Calculate read capacity units assuming strongly consistent reads
(1 RCU per 4KB, rounded up). Used when ConsistentRead is true or
when the read type is not specified.
Build a ConsumedCapacity for one table in a transactional read
(TransactGetItems). units is the table total and already includes the
transactional 2x factor. Under INDEXES the Table detail reports
ReadCapacityUnits alongside CapacityUnits, matching AWS.
Build a ConsumedCapacity for one table in a transactional write
(TransactWriteItems). units is the table total and already includes the
transactional 2x factor. Under INDEXES the Table detail reports
WriteCapacityUnits alongside CapacityUnits, matching AWS.