1MONGOC_READ_PREFS_NEW(3) libmongoc MONGOC_READ_PREFS_NEW(3)
2
3
4
6 mongoc_read_prefs_new - mongoc_read_prefs_new()
7
9 mongoc_read_prefs_t *
10 mongoc_read_prefs_new (mongoc_read_mode_t read_mode);
11
13 • read_mode: A mongoc_read_mode_t.
14
16 Creates a new mongoc_read_prefs_t using the mode specified.
17
19 Returns a newly allocated mongoc_read_prefs_t that should be freed with
20 mongoc_read_prefs_destroy().
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.17.6 Jun 03, 2021 MONGOC_READ_PREFS_NEW(3)