Mongo.getReadPrefMode()¶| Returns: | The current read preference mode for the Mongo() connection object. |
|---|
See Read Preference for an introduction to read preferences in MongoDB. Use getReadPrefMode() to return the current read preference mode, as in the following example:
Use the following operation to return and print the current read preference mode:
This operation will return one of the following read preference modes:
See also参阅
Read Preference, readPref(), setReadPref(), and getReadPrefTagSet().