Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
interface BitfieldOptions
import { type BitfieldOptions } from "https://deno.land/x/mongo@v0.31.2/src/utils/saslprep/sparse_bitfield.ts";

Bitfield constructor options.

Properties

optional
pageOffset: number
optional
pageSize: number
optional
pages: Pager
optional
trackUpdates: boolean
optional
buffer: Uint8Array