Type Alias: ScanNoIndexOptions
ScanNoIndexOptions =
object
Options for scan when scanning over the entire key space.
Properties
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.
exclusive?
optionalexclusive:boolean
Whether the key is exclusive or inclusive.
key
key:
string