mongoc_collection_set_read_prefs()
Synopsis
void
mongoc_collection_set_read_prefs (mongoc_collection_t       *collection,
                                  const mongoc_read_prefs_t *read_prefs);Parameters
| collection | |
| read_prefs | 
Description
Sets the default read preferences to use for operations on collection not specifying a read preference.