QueryOptions
API reference for QueryOptions
Interface: QueryOptions
Section titled “Interface: QueryOptions”Query options with common parameters
Indexable
Section titled “Indexable”[key: string]: unknown
Properties
Section titled “Properties”cacheTtl?
Section titled “cacheTtl?”
optionalcacheTtl:number
consistency?
Section titled “consistency?”
optionalconsistency:"strong"|"eventual"
cursor?
Section titled “cursor?”
optionalcursor:string
limit?
Section titled “limit?”
optionallimit:number
offset?
Section titled “offset?”
optionaloffset:number
prefix?
Section titled “prefix?”
optionalprefix:string
optionalsort:object[]
direction
Section titled “direction”direction:
"asc"|"desc"
field:
string
tableName?
Section titled “tableName?”
optionaltableName:string
optionaltype:"text"|"json"|"arrayBuffer"|"stream"