Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionSources
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector automatic background retry execution answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionSources
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”AutomaticRetryHistory
Section titled “ AutomaticRetryHistory”The automatic background retry execution answer was derived primarily from recorded automatic retry attempt history.
public const string AutomaticRetryHistory = "automatic-retry-history"Field Value
Section titled “Field Value”CommandJournal
Section titled “ CommandJournal”The automatic background retry execution answer was derived primarily from the bounded command journal.
public const string CommandJournal = "command-journal"Field Value
Section titled “Field Value”RetryExecutionPolicy
Section titled “ RetryExecutionPolicy”The automatic background retry execution answer was derived primarily from the shared retry-execution policy lane.
public const string RetryExecutionPolicy = "retry-execution-policy"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The automatic background retry execution answer does not currently resolve to one specific source.
public const string Unknown = "unknown"