Skip to main content
Module

x/mongo/mod.ts>FindOptions

MongoDB driver for Deno
Extremely Popular
Go to Latest
interface FindOptions
import { type FindOptions } from "https://deno.land/x/mongo@v0.31.0/mod.ts";

Properties

optional
findOne: boolean
optional
skip: number
optional
limit: number
optional
projection: Document
optional
sort: Document
optional
noCursorTimeout: boolean
optional
maxTimeMS: number

The maximum time of milliseconds the operation is allowed to take