Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ String` or :guilabel:`MongoClientSettings` tab to see the options available:

*Default*: ``false``

* - ``loadBalanced``
- boolean
- whether or not the driver is connecting to MongoDB using a load balancer.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a word missing?

Suggested change
- whether or not the driver is connecting to MongoDB using a load balancer.
- Specifies whether or not the driver is connecting to MongoDB using a load balancer.


*Default*: ``null``

* - ``srvServiceName``
- string
- Specifies the service name of the `SRV resource records
Expand Down
Loading