Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Author

       MongoDB, Inc

Description

       If bypassdocumentvalidation is true, allows the writes to opt out of document-level validation.

       This  option is only sent to the server if mongoc_bulkwriteopts_set_bypassdocumentvalidation() is called.
       The server's default value is false.

Synopsis

          void
          mongoc_bulkwriteopts_set_bypassdocumentvalidation (mongoc_bulkwriteopts_t *self, bool bypassdocumentvalidation);

See Also