mongoc_read_mode_t
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_READ_PREFS_GET_MODE(3)
Description
Fetches the mongoc_read_mode_t for the read preference.
Parameters
• read_prefs: A mongoc_read_prefs_t.
Returns
Returns the read preference mode.
Synopsis
mongoc_read_mode_t
mongoc_read_prefs_get_mode (const mongoc_read_prefs_t *read_prefs);
