writeConcern property

WriteConcern? writeConcern
finalinherited

A document that expresses the write concern for the operation. Omit to use the default write concern.

When issued on a sharded cluster, mongos converts the write concern of the create command and its helper db.createCollection() to "majority".

Implementation

final WriteConcern? writeConcern;