1MONGOC_DATABASE_GET_READ_PREFS(3) libmongoc MONGOC_DATABASE_GET_READ_PREFS(3)
2
3
4
6 mongoc_database_get_read_prefs - mongoc_database_get_read_prefs()
7
9 const mongoc_read_prefs_t *
10 mongoc_database_get_read_prefs (const mongoc_database_t *database);
11
12 Fetches the default read preferences to use with database.
13
15 ยท database: A mongoc_database_t.
16
18 A mongoc_write_concern_t that should not be modified or freed.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.17.4 Feb 04, 2021MONGOC_DATABASE_GET_READ_PREFS(3)