1MONGOC_URI_SET_READ_CONCERN(3) libmongoc MONGOC_URI_SET_READ_CONCERN(3)
23
4
SYNOPSIS
6void
7mongoc_uri_set_read_concern (mongoc_uri_t *uri,
8const mongoc_read_concern_t *rc);
9
PARAMETERS
11• uri: A mongoc_uri_t.
1213
• rc: A mongoc_read_concern_t.
14
DESCRIPTION
16Sets a MongoDB URI's read concern option, after the URI has been parsed
17from a string.
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.25.1 Nov 08, 2023 MONGOC_URI_SET_READ_CONCERN(3)