This class is used for the results of scan. It
implements AsyncIterable<JSONValue> which allows you to use it in a for await loop. There are also methods to iterate over the keys,
entries or values.
Async iterator over the entries of the scan
call. An entry is a tuple of key values. If the
scan is over an index the key is a tuple of
[secondaryKey: string, primaryKey]
This class is used for the results of scan. It implements
AsyncIterable<JSONValue>
which allows you to use it in afor await
loop. There are also methods to iterate over the keys, entries or values.