1MONGOC_URI_GET_READ_CONCERN(3)     libmongoc    MONGOC_URI_GET_READ_CONCERN(3)
2
3
4

NAME

6       mongoc_uri_get_read_concern - mongoc_uri_get_read_concern()
7

SYNOPSIS

9          const mongoc_read_concern_t *
10          mongoc_uri_get_read_concern (const mongoc_uri_t *uri);
11

PARAMETERS

13       ยท uri: A mongoc_uri_t.
14

DESCRIPTION

16       Fetches  a  read  concern  that is owned by the URI instance. This read
17       concern is configured based on URI parameters.
18

RETURNS

20       Returns a mongoc_read_concern_t that should not be modified or freed if
21       a read concern is provided to uri, otherwise NULL.
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.16.2                           Feb 25, 2020   MONGOC_URI_GET_READ_CONCERN(3)
Impressum