BulkWriteOptions.writeConcern

A document that expresses the write concern of the insert command. Omit to use the default write concern.

struct BulkWriteOptions
Nullable!WriteConcern writeConcern;

Meta