- Reference >
- mongo Shell Methods >
- Connection Methods >
- Mongo.getReadPrefTagSet()
Mongo.getReadPrefTagSet()¶
- Mongo.getReadPrefTagSet()¶
Returns: The current read preference tag set for the Mongo() connection object. See Read Preference for an introduction to read preferences and tag sets in MongoDB. Use getReadPrefTagSet() to return the current read preference tag set, as in the following example:
db.getMongo().getReadPrefTagSet()
Use the following operation to return and print the current read preference tag set:
printjson(db.getMongo().getReadPrefTagSet());
See also
Read Preference, readPref(), setReadPref(), and getReadPrefTagSet().
Thank you for your feedback!
We're sorry! You can Report a Problem to help us improve this page.