Class CdcCaptureExecutionRuntimeManagedConnectorDriftStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable desired-versus-observed drift states used by managed-connector CDC execution runtimes.
public static class CdcCaptureExecutionRuntimeManagedConnectorDriftStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDriftStates
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”Drifted
Section titled “ Drifted”The managed connector currently reports declared-versus-observed drift.
public const string Drifted = "drifted"Field Value
Section titled “Field Value”InSync
Section titled “ InSync”The managed connector currently reports no declared-versus-observed drift.
public const string InSync = "in-sync"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The execution runtime does not currently represent a managed connector.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The drift posture could not be determined from the current managed-connector declaration and report data.
public const string Unknown = "unknown"