1MONGOC_URI_SET_READ_PREFS_T(3) libmongoc MONGOC_URI_SET_READ_PREFS_T(3)
23
4
SYNOPSIS
6void
7mongoc_uri_set_read_prefs_t (mongoc_uri_t *uri,
8const mongoc_read_prefs_t *prefs);
9
PARAMETERS
11• uri: A mongoc_uri_t.
1213
• rc: A mongoc_read_prefs_t.
14
DESCRIPTION
16Sets a MongoDB URI's read preferences, after the URI has been parsed
17from a string.
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.25.1 Nov 08, 2023 MONGOC_URI_SET_READ_PREFS_T(3)