mongoc_write_concern_set_fsync (3) Linux Manual Page
mongoc_write_concern_set_fsync() – Sets if a fsync must be performed before indicating write success.
Synopsis
void mongoc_write_concern_set_fsync (mongoc_write_concern_t *write_concern, bool fsync_);
Parameters
write_concern- A
mongoc_write_concern_t\&.
fsync_- A boolean.
Description
Sets if a fsync must be performed before indicating write success.
Deprecated
NOTE
- The
fsyncwrite concern is deprecated.
Please use mongoc_write_concern_set_journal(3) instead.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
