BulkWriteOptions.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.

For unacknowledged writes using OP_INSERT, OP_UPDATE, or OP_DELETE, the driver MUST raise an error if the caller explicitly provides a value.

struct BulkWriteOptions
Nullable!bool bypassDocumentValidation;

Meta