Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.03 KB

File metadata and controls

50 lines (31 loc) · 1.03 KB
id RangeQueryOptions
title RangeQueryOptions

Interface: RangeQueryOptions

Defined in: packages/db/src/indexes/btree-index.ts:20

Options for range queries

Properties

from?

optional from: any;

Defined in: packages/db/src/indexes/btree-index.ts:21


fromInclusive?

optional fromInclusive: boolean;

Defined in: packages/db/src/indexes/btree-index.ts:23


to?

optional to: any;

Defined in: packages/db/src/indexes/btree-index.ts:22


toInclusive?

optional toInclusive: boolean;

Defined in: packages/db/src/indexes/btree-index.ts:24