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 BSON_GNUC_WARN_UNUSED_RESULT;
12
14 • read_mode: A mongoc_read_mode_t.
15
17 Creates a new mongoc_read_prefs_t using the mode specified.
18
20 Returns a newly allocated mongoc_read_prefs_t that should be freed with
21 mongoc_read_prefs_destroy().
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.20.0 Nov 18, 2021 MONGOC_READ_PREFS_NEW(3)