mongoc_client_set_read_prefs()
Synopsis
void mongoc_client_set_read_prefs (mongoc_client_t *client, const mongoc_read_prefs_t *read_prefs);
Sets the default read preferences to use with future operations upon client.
Parameters
client |
|
read_prefs |
void mongoc_client_set_read_prefs (mongoc_client_t *client, const mongoc_read_prefs_t *read_prefs);
Sets the default read preferences to use with future operations upon client.
client |
|
read_prefs |