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

void

Author

       MongoDB, Inc

Description

ordered specifies whether the operations in this bulk write should be executed in the order in which they
       were  specified.  If  false,  writes  will continue to be executed if an individual write fails. If true,
       writes will stop executing if an individual write fails.

       By default, bulk writes are ordered.

Synopsis

          void
          mongoc_bulkwriteopts_set_ordered (mongoc_bulkwriteopts_t *self, bool ordered);

See Also