ข้ามไปยังเนื้อหา

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 CdcCaptureExecutionRuntimeManagedConnectorDriftStates

objectCdcCaptureExecutionRuntimeManagedConnectorDriftStates

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

The managed connector currently reports declared-versus-observed drift.

public const string Drifted = "drifted"

string

The managed connector currently reports no declared-versus-observed drift.

public const string InSync = "in-sync"

string

The execution runtime does not currently represent a managed connector.

public const string NotApplicable = "not-applicable"

string

The drift posture could not be determined from the current managed-connector declaration and report data.

public const string Unknown = "unknown"

string