writeConcern property

WriteConcern? writeConcern
final

A document that expresses the write concern to use with the $out or $merge stage.

Omit to use the default write concern with the $out or $merge stage.

Implementation

final WriteConcern? writeConcern;