1MONGOC_URI_SET_READ_CONCERN(3) MongoDB C Driver MONGOC_URI_SET_READ_CONCERN(3)
2
3
4
6 mongoc_uri_set_read_concern - mongoc_uri_set_read_concern()
7
9 void
10 mongoc_uri_set_read_concern (mongoc_uri_t *uri,
11 const mongoc_read_concern_t *rc);
12
14 · uri: A mongoc_uri_t.
15
16 · rc: A mongoc_read_concern_t.
17
19 Sets a MongoDB URI's read concern option, after the URI has been parsed
20 from a string.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.14.0 Feb 22, 2019 MONGOC_URI_SET_READ_CONCERN(3)