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:24

Options for range queries

Properties

from?

optional from: any;

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


fromInclusive?

optional fromInclusive: boolean;

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


to?

optional to: any;

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


toInclusive?

optional toInclusive: boolean;

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