Class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector command-journal answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStates
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”Bounded
Section titled “ Bounded”The command journal currently retains bounded recent history and the retained evidence is sufficient for operator-facing automation answers.
public const string Bounded = "bounded"Field Value
Section titled “Field Value”CooldownActive
Section titled “ CooldownActive”The command journal currently retains matching recent command evidence that is still inside the retry cooldown window.
public const string CooldownActive = "cooldown-active"Field Value
Section titled “Field Value”DuplicateEvidencePresent
Section titled “ DuplicateEvidencePresent”The command journal currently retains matching command evidence showing that replaying the command would be duplicative.
public const string DuplicateEvidencePresent = "duplicate-evidence-present"Field Value
Section titled “Field Value”The command journal currently has no recorded managed-connector command outcomes.
public const string Empty = "empty"Field Value
Section titled “Field Value”InsufficientForAutomation
Section titled “ InsufficientForAutomation”The command journal currently retains history, but the retained evidence is still insufficient for automatic execution or background automation.
public const string InsufficientForAutomation = "insufficient-for-automation"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The command journal does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”Truncated
Section titled “ Truncated”The command journal currently retains only the newest bounded command history because older entries were truncated.
public const string Truncated = "truncated"