1MONGOC_CLIENT_GET_READ_CONCERN(3) libmongoc MONGOC_CLIENT_GET_READ_CONCERN(3)
2
3
4
6 mongoc_client_get_read_concern - mongoc_client_get_read_concern()
7
9 const mongoc_read_concern_t *
10 mongoc_client_get_read_concern (const mongoc_client_t *client);
11
12 Retrieve the default read concern configured for the client instance.
13 The result should not be modified or freed.
14
16 ยท client: A mongoc_client_t.
17
19 A mongoc_read_concern_t.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.16.2 Feb 25, 2020MONGOC_CLIENT_GET_READ_CONCERN(3)