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

const mongoc_write_concern_t *

Author

       MongoDB, Inc

Description

       Fetches the write concern to be used for bulk.

Parameters

bulk: A mongoc_bulk_operation_t.

Returns

       A mongoc_write_concern_t that should not be modified or freed.

Synopsis

          const mongoc_write_concern_t *
          mongoc_bulk_operation_get_write_concern (const mongoc_bulk_operation_t *bulk);

See Also