Type Alias: ScanNoIndexOptions
ScanNoIndexOptions =
object
Options for scan when scanning over the entire key space.
Properties
limit?
optional
limit:number
Only include up to limit
results.
prefix?
optional
prefix:string
Only include keys starting with prefix
.
start?
optional
start:object
When provided the scan starts at this key.
exclusive?
optional
exclusive:boolean
Whether the key
is exclusive or inclusive.
key
key:
string