MongoDBSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a MongoDB database using MongoDB driver.
namespace Aspire.MongoDB.Driver;
public sealed class MongoDBSettings{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesConnectionStringget; setstring? Gets or sets the connection string of the MongoDB database to connect to.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the MongoDB health check is disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
HealthCheckTimeoutget; setint? Gets or sets a integer value that indicates the MongoDB health check timeout in milliseconds.