|
WARNING: Deprecated since version 1.4.0: Use
mongoc_write_concern_get_journal() instead.
SYNOPSISbool mongoc_write_concern_get_fsync (const mongoc_write_concern_t *write_concern); PARAMETERS
DESCRIPTIONFetches if an fsync should be performed before returning success on a write operation. RETURNSReturns true if fsync is set as part of the write concern. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|