mongoc_read_prefs_get_mode (3) Linux Manual Page
mongoc_read_prefs_get_mode() – Fetches the mongoc_read_mode_t for the read preference.
Synopsis
mongoc_read_mode_t mongoc_read_prefs_get_mode (const mongoc_read_prefs_t *read_prefs);
Parameters
- read_prefs
- A mongoc_read_prefs_t \&.
Description
Fetches the mongoc_read_mode_t for the read preference.
Returns
Returns the read preference mode.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
