mongoc_read_prefs_set_tags (3) Linux Manual Page
mongoc_read_prefs_set_tags() – Sets the tags to be used for the read preference. Only mongod instances matching these tags will be suitable for handling the request.
Synopsis
void
mongoc_read_prefs_set_tags (mongoc_read_prefs_t *read_prefs,
const bson_t *tags);
Parameters
- read_prefs
- A mongoc_read_prefs_t \&.
- tags
- A bson_t \&.
