Class CdcCaptureExecutionRuntimeManagedConnectorGovernanceCategories
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable managed-connector governance categories used by CDC execution-runtime descriptors.
public static class CdcCaptureExecutionRuntimeManagedConnectorGovernanceCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorGovernanceCategories
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”FutureControlPlaneMode
Section titled “ FutureControlPlaneMode”The execution runtime declares a future control-plane management mode that Cephalon has not adopted yet.
public const string FutureControlPlaneMode = "future-control-plane-mode"Field Value
Section titled “Field Value”MissingConnectClusterId
Section titled “ MissingConnectClusterId”The execution runtime does not currently declare the upstream connector-cluster identifier.
public const string MissingConnectClusterId = "missing-connect-cluster-id"Field Value
Section titled “Field Value”MissingConnectorClass
Section titled “ MissingConnectorClass”The execution runtime does not currently declare the upstream connector class.
public const string MissingConnectorClass = "missing-connector-class"Field Value
Section titled “Field Value”MissingManagementMode
Section titled “ MissingManagementMode”The execution runtime does not currently declare a managed-connector management mode.
public const string MissingManagementMode = "missing-management-mode"Field Value
Section titled “Field Value”MissingSourceProviderId
Section titled “ MissingSourceProviderId”The execution runtime does not currently declare the upstream source-provider identifier.
public const string MissingSourceProviderId = "missing-source-provider-id"