Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/model/dependencies/mongo.ts>DropOptions

model based mongo for deno
Latest
interface DropOptions
import { type DropOptions } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";

Properties

optional
writeConcern: Document

Optional. A document expressing the write concern of the drop command. Omit to use the default write concern.

optional
comment: any

Optional. A user-provided comment to attach to this command.