InsertOneOptions.bypassDocumentValidation

If true, allows the write to opt-out of document level validation.

For servers < 3.2, this option is ignored and not sent as document validation is not available.

struct InsertOneOptions
Nullable!bool bypassDocumentValidation;

Meta