You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To access all the possible configuration option supported by the MongoDB C# driver it's better to also configure the driver allowing to configure the instance of MongoClientSettings class generated from the connection string.
It allows to configure anything that cannot be done via connection string.
Add a new configuration function parameter to MongoPersistenceOptions that accepts a function to configure any MongoClientSettings value.
The text was updated successfully, but these errors were encountered:
AGiorgetti
changed the title
Configuration: allow to pass a MongoClientSettings instance to configure the driver connection
Configuration: allow to configure MongoClientSettings to specify driver specific client connection settings
Nov 25, 2021
AGiorgetti
changed the title
Configuration: allow to configure MongoClientSettings to specify driver specific client connection settings
Configuration: allow to configure MongoClientSettings to edit driver specific client connection settings
Nov 25, 2021
To access all the possible configuration option supported by the MongoDB C# driver it's better to also configure the driver allowing to configure the instance of MongoClientSettings class generated from the connection string.
It allows to configure anything that cannot be done via connection string.
Add a new configuration function parameter to MongoPersistenceOptions that accepts a function to configure any MongoClientSettings value.
The text was updated successfully, but these errors were encountered: