Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReplaceOneOptions

Hierarchy

  • ReplaceOneOptions

Index

Properties

Optional bypassDocumentValidation

bypassDocumentValidation: undefined | true | false

Allow driver to bypass schema validation in MongoDB 3.2 or higher.

Optional j

j: undefined | true | false

Specify a journal write concern.

Optional upsert

upsert: undefined | true | false

Update operation is an upsert.

Optional w

w: number | string

The write concern.

Optional wtimeout

wtimeout: undefined | number

The write concern timeout.

Generated using TypeDoc