logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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