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, thenthe ismaster
and secondary
fields report if the instance is the primary or if it is asecondary member of the replica set.
See
isMaster
for the complete documentation ofthe output of db.isMaster()
.