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

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 CdcCaptureExecutionRuntimeManagedConnectorDriftActionIds

objectCdcCaptureExecutionRuntimeManagedConnectorDriftActionIds

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

Complete the declared task baseline before relying on desired-versus-observed drift posture.

public const string CompleteTaskBaseline = "complete-task-baseline"

string

Investigate the reported desired-versus-observed managed-connector drift.

public const string InvestigateDrift = "investigate-drift"

string

No operator action is currently required for the execution runtime.

public const string None = "none"

string

Wait for the managed connector to report task topology before evaluating desired-versus-observed drift.

public const string WaitForRuntimeReport = "wait-for-runtime-report"

string