1MONGOC_URI_GET_READ_PREFS(3) MongoDB C Driver MONGOC_URI_GET_READ_PREFS(3)
2
3
4
6 mongoc_uri_get_read_prefs - mongoc_uri_get_read_prefs()
7
9 const bson_t *
10 mongoc_uri_get_read_prefs (const mongoc_uri_t *uri);
11
13 WARNING:
14 This function is deprecated and should not be used in new code.
15
16 Please use mongoc_uri_get_read_prefs_t() instead.
17
19 ยท uri: A mongoc_uri_t.
20
22 Fetches a bson document containing read preference tag information from
23 a URI. Note that this does not include the read preference mode.
24
26 Returns a bson document that should not be modified or freed.
27
29 MongoDB, Inc
30
32 2017-present, MongoDB, Inc
33
34
35
36
371.14.0 Feb 22, 2019 MONGOC_URI_GET_READ_PREFS(3)