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
9 bool
10 mongoc_write_concern_get_fsync (const mongoc_write_concern_t *write_concern);
11
13 • write_concern: A mongoc_write_concern_t.
14
16 Fetches if an fsync should be performed before returning success on a
17 write operation.
18
20 Returns true if fsync is set as part of the write concern.
21
23 WARNING:
24 The fsync write concern is deprecated; use journal instead.
25
27 MongoDB, Inc
28
30 2017-present, MongoDB, Inc
31
32
33
34
351.20.0 Nov 18, 2021MONGOC_WRITE_CONCERN_GET_FSYNC(3)