Class CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessCategories
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable managed-connector write-path readiness category identifiers used by CDC execution runtimes.
public static class CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessCategories
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”BlockingRemediation
Section titled “ BlockingRemediation”The managed connector is blocked by failed or otherwise blocking runtime remediation work.
public const string BlockingRemediation = "blocking-remediation"Field Value
Section titled “Field Value”DriftDetected
Section titled “ DriftDetected”The managed connector still reports desired-versus-observed drift.
public const string DriftDetected = "drift-detected"Field Value
Section titled “Field Value”GovernanceOutOfPolicy
Section titled “ GovernanceOutOfPolicy”The managed connector is currently out of policy for future write-path follow-through.
public const string GovernanceOutOfPolicy = "governance-out-of-policy"Field Value
Section titled “Field Value”IncompleteReportingCoverage
Section titled “ IncompleteReportingCoverage”The managed connector does not yet have full declared-versus-reported coverage on the shared runtime surface.
public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"Field Value
Section titled “Field Value”ObserveOnlyMode
Section titled “ ObserveOnlyMode”The managed connector currently stays in observe-only mode.
public const string ObserveOnlyMode = "observe-only-mode"Field Value
Section titled “Field Value”RuntimeRemediation
Section titled “ RuntimeRemediation”The managed connector still needs runtime remediation attention before future write-path work.
public const string RuntimeRemediation = "runtime-remediation"Field Value
Section titled “Field Value”RuntimeTruthIncomplete
Section titled “ RuntimeTruthIncomplete”The managed connector does not yet report enough runtime truth to prove future write-path readiness.
public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"Field Value
Section titled “Field Value”WritePathReady
Section titled “ WritePathReady”The managed connector currently satisfies the shared baseline for future write-path follow-through.
public const string WritePathReady = "write-path-ready"Field Value
Section titled “Field Value”WritePathRequested
Section titled “ WritePathRequested”The managed connector has declared a future write-path management mode.
public const string WritePathRequested = "write-path-requested"