Retrieve the reported capacity consumed by this paginator. Will be undefined unless returned consumed capacity is requested.
Retrieve the number of items yielded thus far by this paginator.
The lastEvaluatedKey
attribute is not available on parallel scans. Use
scanState instead.
A snapshot of the current state of a parallel scan. May be used to resume a parallel scan with a separate paginator.
Retrieve the number of items scanned thus far during the execution of this paginator. This number should be the same as count unless a filter expression was used.
Iterates over each page of items returned by a parallel DynamoDB scan until no more pages are available.