mongoc_client_get_read_prefs (3) Linux Manual Page
mongoc_client_get_read_prefs() – None
Synopsis
const mongoc_read_prefs_t *Retrieves the default read preferences configured for the client instance. The result should not be modified or freed.
mongoc_client_get_read_prefs (const mongoc_client_t *client);
Parameters
- client
- A mongoc_client_t \&.
