const mongoc_write_concern_t *
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_BULK_OPERATION_GET_WRITE_CONCERN(3)
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);
