1MONGOC_READ_PREFS_IS_VALID(3) libmongoc MONGOC_READ_PREFS_IS_VALID(3)
2
3
4
6 mongoc_read_prefs_is_valid - mongoc_read_prefs_is_valid()
7
9 bool
10 mongoc_read_prefs_is_valid (const mongoc_read_prefs_t *read_prefs);
11
13 • read_prefs: A mongoc_read_prefs_t.
14
16 Performs a consistency check of read_prefs to ensure it makes sense and
17 can be satisfied.
18
19 This only performs local consistency checks.
20
22 Returns true if the read pref is valid.
23
25 MongoDB, Inc
26
28 2017-present, MongoDB, Inc
29
30
31
32
331.20.0 Nov 18, 2021 MONGOC_READ_PREFS_IS_VALID(3)