UpdateOptions.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 UpdateOptions
@since(WireVersion.v32)
Nullable!bool bypassDocumentValidation;

Meta