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 CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentSources
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”ActionPlan
Section titled “ ActionPlan”The execution intent is primarily grounded in the shared managed-connector action plan.
public const string ActionPlan = "action-plan"Field Value
Section titled “Field Value”DryRun
Section titled “ DryRun”The execution intent is primarily grounded in the shared managed-connector dry-run answer.
public const string DryRun = "dry-run"Field Value
Section titled “Field Value”Preflight
Section titled “ Preflight”The execution intent is primarily grounded in the shared managed-connector preflight answer.
public const string Preflight = "preflight"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The execution intent does not currently have a more specific confidence source.
public const string Unknown = "unknown"Field Value
Section titled “Field Value”WritePathReadiness
Section titled “ WritePathReadiness”The execution intent is primarily grounded in the shared managed-connector write-path readiness answer.
public const string WritePathReadiness = "write-path-readiness"