Skip to main content
Module

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

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

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.