AWS SDK for .NET Documentation
ConsumedCapacityUnits Property
AmazonAmazon.DynamoDB.ModelScanResultConsumedCapacityUnits Did this page help you?   Yes   No    Tell us about it...
The number of Capacity Units of the provisioned throughput of the table consumed during the operation. GetItem, BatchGetItem, BatchWriteItem, Query, and Scan operations consume ReadCapacityUnits, while PutItem, UpdateItem, and DeleteItem operations consume WriteCapacityUnits.
Declaration Syntax
C#
public double ConsumedCapacityUnits { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)