1MONGOC_URI_SET_WRITE_CONCERN(3) libmongoc MONGOC_URI_SET_WRITE_CONCERN(3)
2
3
4
6 mongoc_uri_set_write_concern - mongoc_uri_set_write_concern()
7
9 void
10 mongoc_uri_set_write_concern (mongoc_uri_t *uri,
11 const mongoc_write_concern_t *wc);
12
14 • uri: A mongoc_uri_t.
15
16 • rc: A mongoc_write_concern_t.
17
19 Sets a MongoDB URI's write concern option, after the URI has been
20 parsed from a string.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.24.3 Aug 17, 2023 MONGOC_URI_SET_WRITE_CONCERN(3)