1MONGOC_WRITE_CONCERN_GET_FSYNC(3)  libmongoc MONGOC_WRITE_CONCERN_GET_FSYNC(3)
2
3
4

NAME

6       mongoc_write_concern_get_fsync - mongoc_write_concern_get_fsync()
7

SYNOPSIS

9          bool
10          mongoc_write_concern_get_fsync (const mongoc_write_concern_t *write_concern);
11

PARAMETERS

13       ยท write_concern: A mongoc_write_concern_t.
14

DESCRIPTION

16       Fetches  if  an fsync should be performed before returning success on a
17       write operation.
18

RETURNS

20       Returns true if fsync is set as part of the write concern.
21

DEPRECATED

23       WARNING:
24          The fsync write concern is deprecated; use journal instead.
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.16.2                           Feb 25, 2020MONGOC_WRITE_CONCERN_GET_FSYNC(3)
Impressum