Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CollectionInsertManyOptions

Hierarchy

  • CollectionInsertManyOptions

Index

Properties

Optional forceServerObjectId

forceServerObjectId: undefined | true | false

Force server to assign _id values instead of driver.

Optional j

j: undefined | true | false

Specify a journal write concern.

Optional serializeFunctions

serializeFunctions: undefined | true | false

Serialize functions on any object.

Optional w

w: number | string

The write concern.

Optional wtimeout

wtimeout: undefined | number

The write concern timeout.

Generated using TypeDoc