1MONGOC_URI_SET_READ_CONCERN(3)     libmongoc    MONGOC_URI_SET_READ_CONCERN(3)
2
3
4

NAME

6       mongoc_uri_set_read_concern - mongoc_uri_set_read_concern()
7

SYNOPSIS

9          void
10          mongoc_uri_set_read_concern (mongoc_uri_t *uri,
11                                       const mongoc_read_concern_t *rc);
12

PARAMETERS

14       · uri: A mongoc_uri_t.
15
16       · rc: A mongoc_read_concern_t.
17

DESCRIPTION

19       Sets a MongoDB URI's read concern option, after the URI has been parsed
20       from a string.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.16.2                           Feb 25, 2020   MONGOC_URI_SET_READ_CONCERN(3)
Impressum