Skip to content

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 CdcCaptureExecutionRuntimeManagedConnectorGovernanceCategories

objectCdcCaptureExecutionRuntimeManagedConnectorGovernanceCategories

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

The execution runtime declares a future control-plane management mode that Cephalon has not adopted yet.

public const string FutureControlPlaneMode = "future-control-plane-mode"

string

The execution runtime does not currently declare the upstream connector-cluster identifier.

public const string MissingConnectClusterId = "missing-connect-cluster-id"

string

The execution runtime does not currently declare the upstream connector class.

public const string MissingConnectorClass = "missing-connector-class"

string

The execution runtime does not currently declare a managed-connector management mode.

public const string MissingManagementMode = "missing-management-mode"

string

The execution runtime does not currently declare the upstream source-provider identifier.

public const string MissingSourceProviderId = "missing-source-provider-id"

string