Optional Readonly batchThe size of the batches in which the query operation is performed.
Optional Readonly consistencyConsistency level for get operations.
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
Range query options for a DenoKVMap