InsertOneOptions.writeConcern

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

struct InsertOneOptions
Nullable!WriteConcern writeConcern;

Meta