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