Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentSources

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable confidence-source identifiers used by managed-connector execution-intent answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentSources

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionIntentSources

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

The execution intent is primarily grounded in the shared managed-connector action plan.

public const string ActionPlan = "action-plan"

string

The execution intent is primarily grounded in the shared managed-connector dry-run answer.

public const string DryRun = "dry-run"

string

The execution intent is primarily grounded in the shared managed-connector preflight answer.

public const string Preflight = "preflight"

string

The execution intent does not currently have a more specific confidence source.

public const string Unknown = "unknown"

string

The execution intent is primarily grounded in the shared managed-connector write-path readiness answer.

public const string WritePathReadiness = "write-path-readiness"

string