1MONGOC_WRITE_CONCERN_GET_JOURNAL(3)libmongocMONGOC_WRITE_CONCERN_GET_JOURNAL(3)
2
3
4
6 mongoc_write_concern_get_journal - mongoc_write_concern_get_journal()
7
9 bool
10 mongoc_write_concern_get_journal (const mongoc_write_concern_t *write_concern);
11
13 • write_concern: A mongoc_write_concern_t.
14
16 Fetches if the write should be journaled before indicating success.
17
19 Returns true if the write should be journaled.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.21.1 Mar 02, 202M2ONGOC_WRITE_CONCERN_GET_JOURNAL(3)