Class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseSources
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector distributed retry lease answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseSources
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”AutomaticRetryCoordination
Section titled “ AutomaticRetryCoordination”The distributed retry lease answer was derived primarily from automatic-retry coordination truth.
public const string AutomaticRetryCoordination = "automatic-retry-coordination"Field Value
Section titled “Field Value”CommandExecutionHistory
Section titled “ CommandExecutionHistory”The distributed retry lease answer was derived primarily from retained command-execution history.
public const string CommandExecutionHistory = "command-execution-history"Field Value
Section titled “Field Value”CommandJournalDurability
Section titled “ CommandJournalDurability”The distributed retry lease answer was derived primarily from durable command-journal truth.
public const string CommandJournalDurability = "command-journal-durability"Field Value
Section titled “Field Value”RetryExecutionPolicy
Section titled “ RetryExecutionPolicy”The distributed retry lease answer was derived primarily from retry-execution policy truth.
public const string RetryExecutionPolicy = "retry-execution-policy"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The distributed retry lease answer does not currently resolve to one specific source.
public const string Unknown = "unknown"