get consumedCapacity(): ConsumedCapacity | undefined
Retrieve the reported capacity consumed by this paginator. Will be
undefined unless returned consumed capacity is requested.
Returns ConsumedCapacity | undefined
count
get count(): number
Retrieve the number of items yielded thus far by this paginator.
Returns number
lastEvaluatedKey
get lastEvaluatedKey(): Partial<T> | undefined
Retrieve the last reported LastEvaluatedKey, unmarshalled according to
the schema used by this paginator.
Returns Partial<T> | undefined
scannedCount
get scannedCount(): number
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.
Retrieve the reported capacity consumed by this paginator. Will be undefined unless returned consumed capacity is requested.