1MONGOC_COLLECTION_GET_READ_PREFS(3)libmongocMONGOC_COLLECTION_GET_READ_PREFS(3)
2
3
4
6 mongoc_collection_get_read_prefs - mongoc_collection_get_read_prefs()
7
9 const mongoc_read_prefs_t *
10 mongoc_collection_get_read_prefs (const mongoc_collection_t *collection);
11
13 • collection: A mongoc_collection_t.
14
16 Fetches the default read preferences to use for collection. Operations
17 without specified read-preferences will default to this.
18
20 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.17.6 Jun 03, 202M1ONGOC_COLLECTION_GET_READ_PREFS(3)