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 DebeziumDataOptionsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”ProviderId
Section titled “ ProviderId”Gets the canonical provider identifier emitted by the pack.
public const string ProviderId = "debezium"Field Value
Section titled “Field Value”SectionPath
Section titled “ SectionPath”Gets the default configuration section path for Debezium data settings.
public const string SectionPath = "Engine:Data:Debezium"Field Value
Section titled “Field Value”Properties
Section titled “Properties”Connectors
Section titled “ Connectors”Gets the Debezium-managed connector runtimes that should contribute captures and external execution ownership to the active runtime.
public IList<DebeziumConnectorOptions> Connectors { get; }