logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on 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