Skip to main content
Module

x/hex/src/lib/data/deps.ts>mongo.CountOptions

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Latest
interface mongo.CountOptions
import { type mongo } from "https://deno.land/x/hex@0.6.5/src/lib/data/deps.ts";
const { CountOptions } = mongo;

Properties

optional
limit: number
optional
skip: number
optional
hint: Document | string
optional
comment: Document
optional
readConcern: Document
optional
collation: Document