Interface WriteConcernSettings

Hierarchy

  • WriteConcernSettings

Properties

fsync?: boolean | 1

The file sync write concern.

Deprecated

Will be removed in the next major version. Please use the journal option.

j?: boolean

The journal write concern.

Deprecated

Will be removed in the next major version. Please use the journal option.

journal?: boolean

The journal write concern

w?: W

The write concern

wtimeout?: number

The write concern timeout.

Deprecated

Will be removed in the next major version. Please use the wtimeoutMS option.

wtimeoutMS?: number

The write concern timeout

Generated using TypeDoc