Connection Methods
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoDB server.
Note
For details on a specific method, including syntax and examples, click on the link to the method's reference page.
Name | Description |
---|---|
Connects to a MongoDB instance and to a specified database on that instance. | |
Creates a new connection object. | |
Returns a database object. | |
Returns a list of databases. | |
Returns a document with a list of databases and metadata. | |
Returns the current read preference mode for the MongoDB connection. | |
Returns the read preference tag set for the MongoDB connection. | |
Returns the write concern for the connection object. | |
Enables or disables causal consistency on the connection object. | |
Sets the read preference for the MongoDB connection. | |
Sets the write concern for the connection object. | |
Starts a session on the connection object. | |
Opens a change stream cursor for a deployment
to report on all its non- system collections across all its
databases, excluding the internal admin , local , and
config databases. | |
The session object. | |
The options object for the session. |