AggregateOptions.bypassDocumentValidation

If true, allows the write to opt-out of document level validation. This only applies when the $out or $merge stage is specified.

struct AggregateOptions
@since(WireVersion.v32)
Nullable!bool bypassDocumentValidation;

Meta