AWS SDK for .NET Documentation
ScannedCount Property
AmazonAmazon.DynamoDBv2.ModelQueryResultScannedCount Did this page help you?   Yes   No    Tell us about it...
The number of items in the complete query, before any filters are applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.
Declaration Syntax
C#
public int ScannedCount { get; set; }

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