Class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilityStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector command-journal durability answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilityStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilityStates
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”InMemoryOnly
Section titled “ InMemoryOnly”The command journal currently remains in memory only and would not survive process restart.
public const string InMemoryOnly = "in-memory-only"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Command-journal durability does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”Persisted
Section titled “ Persisted”The command journal currently has a healthy durable persistence store.
public const string Persisted = "persisted"Field Value
Section titled “Field Value”PersistenceFailed
Section titled “ PersistenceFailed”The durable command-journal store could not persist the latest snapshot.
public const string PersistenceFailed = "persistence-failed"Field Value
Section titled “Field Value”Recovered
Section titled “ Recovered”The command journal was recovered from a durable persistence store after startup.
public const string Recovered = "recovered"Field Value
Section titled “Field Value”RecoveryFailed
Section titled “ RecoveryFailed”The durable command-journal store could not recover the persisted snapshot.
public const string RecoveryFailed = "recovery-failed"