Skip to content

Class DebeziumDataOptions

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

Configuration options for the Debezium-managed external CDC pack (Engine:Data:Debezium).

public sealed class DebeziumDataOptions

objectDebeziumDataOptions

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 = "debezium"

string

Gets the default configuration section path for Debezium data settings.

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

string

Gets the Debezium-managed connector runtimes that should contribute captures and external execution ownership to the active runtime.

public IList<DebeziumConnectorOptions> Connectors { get; }

IList<DebeziumConnectorOptions>