Class CdcCaptureExecutionRuntimeManagedConnectorDriftActionIds
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable operator-facing action identifiers used by managed-connector drift answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorDriftActionIdsInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDriftActionIds
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”CompleteTaskBaseline
Section titled “ CompleteTaskBaseline”Complete the declared task baseline before relying on desired-versus-observed drift posture.
public const string CompleteTaskBaseline = "complete-task-baseline"Field Value
Section titled “Field Value”InvestigateDrift
Section titled “ InvestigateDrift”Investigate the reported desired-versus-observed managed-connector drift.
public const string InvestigateDrift = "investigate-drift"Field Value
Section titled “Field Value”No operator action is currently required for the execution runtime.
public const string None = "none"Field Value
Section titled “Field Value”WaitForRuntimeReport
Section titled “ WaitForRuntimeReport”Wait for the managed connector to report task topology before evaluating desired-versus-observed drift.
public const string WaitForRuntimeReport = "wait-for-runtime-report"