1MONGOC_URI_GET_READ_PREFS_T(3) MongoDB C Driver MONGOC_URI_GET_READ_PREFS_T(3)
2
3
4
6 mongoc_uri_get_read_prefs_t - mongoc_uri_get_read_prefs_t()
7
9 const mongoc_read_prefs_t *
10 mongoc_uri_get_read_prefs_t (const mongoc_uri_t *uri);
11
13 ยท uri: A mongoc_uri_t.
14
16 Fetches a read preference that is owned by the URI instance. This read
17 preference concern is configured based on URI parameters.
18
20 Returns a mongoc_read_prefs_t that should not be modified or freed.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.14.0 Feb 22, 2019 MONGOC_URI_GET_READ_PREFS_T(3)