scannedCount property
The number of items evaluated, before any ScanFilter
is
applied. A high ScannedCount
value with few, or no,
Count
results indicates an inefficient Scan
operation. For more information, see Count
and ScannedCount in the Amazon DynamoDB Developer Guide.
If you did not use a filter in the request, then ScannedCount
is the same as Count
.
Implementation
final int? scannedCount;