Optional Readonly limitMaximum number of results to return.
Optional Readonly lowerLower bound of the range.
Optional Readonly lowerWhether the lower bound is open. Defaults to false.
Optional Readonly reverseIterates in reverse order.
Optional signalAn optional AbortSignal that can be used to abort an async task.
Optional Readonly upperUpper bound of the range.
Optional Readonly upperWhether the upper bound is open. Defaults to true.
Generated using TypeDoc
Options for querying a RangeQueryable.