Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
MongoDB Manual
/ / /

Mongo.getSecondaryOk()

Mongo.getSecondaryOk()

Indicates whether the MongoDB connection allows read operations on secondary members.

Returns:True if the MongoDB connection allows read operations on secondary members. Otherwise, returns false.

This example calls getSecondaryOk():

db.getMongo().getSecondaryOk()

Tip

Back

Mongo.getReadPrefTagSet()

On this page