bool
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_WRITE_CONCERN_GET_JOURNAL(3)
Description
Fetches if the write should be journaled before indicating success.
Parameters
• write_concern: A mongoc_write_concern_t.
Returns
Returns true if the write should be journaled.
Synopsis
bool
mongoc_write_concern_get_journal (const mongoc_write_concern_t *write_concern);
