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

WARNING:

6          Deprecated  since  version  1.4.0:  This  function is deprecated and
7          should not be used in new code.
8
9          Please use mongoc_write_concern_get_journal() in new code.
10
11

SYNOPSIS

13          bool
14          mongoc_write_concern_get_fsync (const mongoc_write_concern_t *write_concern);
15

PARAMETERS

17write_concern: A mongoc_write_concern_t.
18

DESCRIPTION

20       Fetches if an fsync should be performed before returning success  on  a
21       write operation.
22

RETURNS

24       Returns true if fsync is set as part of the write concern.
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.25.1                           Nov 08, 2023MONGOC_WRITE_CONCERN_GET_FSYNC(3)
Impressum