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

SYNOPSIS

6          void
7          mongoc_uri_set_read_concern (mongoc_uri_t *uri,
8                                       const mongoc_read_concern_t *rc);
9

PARAMETERS

11uri: A mongoc_uri_t.
12
13rc: A mongoc_read_concern_t.
14

DESCRIPTION

16       Sets a MongoDB URI's read concern option, after the URI has been parsed
17       from a string.
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023   MONGOC_URI_SET_READ_CONCERN(3)
Impressum