- Reference >
- mongo Shell Methods >
- Database Methods >
- db.isMaster()
db.isMaster()¶
- db.isMaster()¶
Returns: A document that describes the role of the mongod instance. If the mongod is a member of a replica set, then the ismaster and secondary fields report if the instance is the primary or if it is a secondary member of the replica set.
See
isMaster for the complete documentation of the output of db.isMaster().
Thank you for your feedback!
We're sorry! You can Report a Problem to help us improve this page.