Type Alias: GetScanIterator()
GetScanIterator: (
fromKey
) =>IterableUnion
<Entry
<ReadonlyJSONValue
>>
This is called when doing a scan without an
indexName
.
Parameters
fromKey
string
The fromKey
is computed by scan
and is the key of the
first entry to return in the iterator. It is based on prefix
and
start.key
of the ScanNoIndexOptions.
Returns
IterableUnion
<Entry
<ReadonlyJSONValue
>>