1MONGOC_WRITE_CONCERN_GET_FSYNC(3) libmongoc MONGOC_WRITE_CONCERN_GET_FSYNC(3)
2
3
4
6 mongoc_write_concern_get_fsync - mongoc_write_concern_get_fsync()
7
8 WARNING:
9 Deprecated since version 1.4.0: This function is deprecated and
10 should not be used in new code.
11
12 Please use mongoc_write_concern_get_journal() in new code.
13
14
16 bool
17 mongoc_write_concern_get_fsync (const mongoc_write_concern_t *write_concern);
18
20 • write_concern: A mongoc_write_concern_t.
21
23 Fetches if an fsync should be performed before returning success on a
24 write operation.
25
27 Returns true if fsync is set as part of the write concern.
28
30 MongoDB, Inc
31
33 2017-present, MongoDB, Inc
34
35
36
37
381.24.3 Aug 17, 2023MONGOC_WRITE_CONCERN_GET_FSYNC(3)