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

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 CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilityStates

objectCdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilityStates

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

The command journal currently remains in memory only and would not survive process restart.

public const string InMemoryOnly = "in-memory-only"

string

Command-journal durability does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

The command journal currently has a healthy durable persistence store.

public const string Persisted = "persisted"

string

The durable command-journal store could not persist the latest snapshot.

public const string PersistenceFailed = "persistence-failed"

string

The command journal was recovered from a durable persistence store after startup.

public const string Recovered = "recovered"

string

The durable command-journal store could not recover the persisted snapshot.

public const string RecoveryFailed = "recovery-failed"

string