PomeloEntityFrameworkCoreMySqlSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the client configuration settings for connecting to a MySQL database using EntityFrameworkCore.
public sealed class PomeloEntityFrameworkCoreMySqlSettings
type PomeloEntityFrameworkCoreMySqlSettings = class
Public NotInheritable Class PomeloEntityFrameworkCoreMySqlSettings
- Inheritance
-
PomeloEntityFrameworkCoreMySqlSettings
Constructors
PomeloEntityFrameworkCoreMySqlSettings() |
Properties
CommandTimeout |
Gets or sets the time in seconds to wait for the command to execute. |
ConnectionString |
Gets or sets the connection string of the MySQL database to connect to. |
DisableHealthChecks |
Gets or sets a boolean value that indicates whether the database health check is disabled or not. |
DisableMetrics |
Gets or sets a boolean value that indicates whether the OpenTelemetry metrics are disabled or not. |
DisableRetry |
Gets or sets whether retries should be disabled. |
DisableTracing |
Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not. |
ServerVersion |
Gets or sets the server version of the MySQL database to connect to. |