Skip to content

Class MySqlDataOptions

Namespace: Cephalon.Data.MySql.Configuration
Assembly: Cephalon.Data.MySql.dll

Configuration options for the MySQL data provider (Engine:Data:MySql).

public sealed class MySqlDataOptions

objectMySqlDataOptions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Gets the canonical provider identifier emitted by the pack.

public const string ProviderId = "mysql"

string

Gets the configuration section path used by default for MySQL data settings.

public const string SectionPath = "Engine:Data:MySql"

string

Gets the provider-native MySQL binlog captures that should be contributed to the active runtime.

public IList<MySqlBinlogCaptureOptions> CdcCaptures { get; }

IList<MySqlBinlogCaptureOptions>

Gets or sets the Cephalon-managed checkpoint table name used for durable MySQL binlog progress.

public string CheckpointTableName { get; set; }

string

Gets or sets the inline MySQL connection string.

public string? ConnectionString { get; set; }

string?

Use either or .

Gets or sets the root ConnectionStrings entry name to resolve for MySQL.

public string? ConnectionStringName { get; set; }

string?

Use either or .

Gets or sets the operator-facing database name that owns the configured binlog captures.

public string DatabaseName { get; set; }

string