MySqlConnectorSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a MySQL database using MySqlConnector.
namespace Aspire.MySqlConnector;
public sealed class MySqlConnectorSettings{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesConnectionStringget; setstring? The connection string of the MySQL database to connect to.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the database health check is disabled or not.
DisableMetricsget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry metrics are disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.