Skip to main content
Module

x/mongo/mod.ts>DropOptions

MongoDB driver for Deno
Extremely Popular
Go to Latest
interface DropOptions
import { type DropOptions } from "https://deno.land/x/mongo@v0.31.2/mod.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.