ข้ามไปยังเนื้อหา

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 CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilitySources

objectCdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilitySources

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The durability answer was derived primarily from a healthy durable journal store.

public const string DurableJournalStore = "durable-journal-store"

string

The durability answer was derived primarily from the in-memory shared command history store.

public const string InMemoryHistoryStore = "in-memory-history-store"

string

The durability answer was derived primarily from a durable journal persistence failure.

public const string PersistenceError = "persistence-error"

string

The durability answer was derived primarily from recovered durable journal history.

public const string RecoveredDurableJournalStore = "recovered-durable-journal-store"

string

The durability answer was derived primarily from a durable journal recovery failure.

public const string RecoveryError = "recovery-error"

string

The durability answer does not currently resolve to one specific source.

public const string Unknown = "unknown"

string