Class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilitySources
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector command-journal durability answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilitySourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilitySources
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”DurableJournalStore
Section titled “ DurableJournalStore”The durability answer was derived primarily from a healthy durable journal store.
public const string DurableJournalStore = "durable-journal-store"Field Value
Section titled “Field Value”InMemoryHistoryStore
Section titled “ InMemoryHistoryStore”The durability answer was derived primarily from the in-memory shared command history store.
public const string InMemoryHistoryStore = "in-memory-history-store"Field Value
Section titled “Field Value”PersistenceError
Section titled “ PersistenceError”The durability answer was derived primarily from a durable journal persistence failure.
public const string PersistenceError = "persistence-error"Field Value
Section titled “Field Value”RecoveredDurableJournalStore
Section titled “ RecoveredDurableJournalStore”The durability answer was derived primarily from recovered durable journal history.
public const string RecoveredDurableJournalStore = "recovered-durable-journal-store"Field Value
Section titled “Field Value”RecoveryError
Section titled “ RecoveryError”The durability answer was derived primarily from a durable journal recovery failure.
public const string RecoveryError = "recovery-error"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The durability answer does not currently resolve to one specific source.
public const string Unknown = "unknown"