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

Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionCategories

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable category identifiers used by managed-connector automatic background retry execution answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionCategories

objectCdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionCategories

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

The bounded command journal already contains one automatic retry attempt.

public const string AutomaticAttemptRecorded = "automatic-attempt-recorded"

string

The runtime currently remains inside an active retry cooldown window.

public const string CooldownActive = "cooldown-active"

string

Automatic background retry execution is disabled by the current host-owned data runtime options.

public const string FeatureDisabled = "feature-disabled"

string

The latest matching automatic retry attempt translated a provider command shape.

public const string LatestExecutionAdapted = "latest-execution-adapted"

string

The latest matching automatic retry attempt remained blocked.

public const string LatestExecutionBlocked = "latest-execution-blocked"

string

The latest matching automatic retry attempt failed while Cephalon was translating the provider command.

public const string LatestExecutionFailed = "latest-execution-failed"

string

The latest matching automatic retry attempt determined that no provider command is required.

public const string LatestExecutionNoOp = "latest-execution-no-op"

string

The latest matching automatic retry attempt could not resolve a provider execution adapter.

public const string LatestExecutionUnavailable = "latest-execution-unavailable"

string

The runtime still requires manual approval before automatic background retry execution should continue.

public const string ManualApprovalRequired = "manual-approval-required"

string

The bounded command journal already contains one automatic retry attempt that matches the current retry fingerprint.

public const string MatchingAutomaticAttempt = "matching-automatic-attempt"

string

No additional provider execution is currently needed.

public const string NoExecutionNeeded = "no-execution-needed"

string

The runtime remains observe-only, so automatic background retry execution does not apply.

public const string ObserveOnlyMode = "observe-only-mode"

string

Control-plane ownership still remains outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Shared runtime truth currently blocks automatic background retry execution.

public const string PolicyBlocked = "policy-blocked"

string

Automatic background retry execution is disabled by the current shared retry-execution policy.

public const string PolicyDisabled = "automatic-retry-disabled"

string

The runtime currently exposes one retry-ready candidate for automatic background retry execution.

public const string RetryReady = "retry-ready"

string