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

Class CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyCategories

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

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

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

public static class CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyCategories

objectCdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyCategories

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

Automatic background retry remains disabled for the current retry candidate.

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

string

The retry-execution policy remains blocked by remediation that still needs to clear first.

public const string BlockingRemediation = "blocking-remediation"

string

The retry-execution policy still reflects one or more shared write-path changes.

public const string ChangePlanned = "change-planned"

string

The retry-execution policy is constrained because control-plane ownership still remains outside Cephalon.

public const string ControlPlaneOwnershipGap = "control-plane-ownership-gap"

string

The current retry-execution policy is waiting for the active cooldown window to elapse.

public const string CooldownActive = "cooldown-active"

string

The retry-execution policy still reflects a destructive write-path such as connector deletion.

public const string DestructiveOperation = "destructive-operation"

string

Replaying the current retry-execution policy would duplicate a previously recorded command.

public const string DuplicateCommand = "duplicate-command"

string

The retry-execution policy is constrained by governance that remains out of policy.

public const string GovernanceOutOfPolicy = "governance-out-of-policy"

string

The retry-execution policy is constrained by incomplete reporting coverage.

public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"

string

The retry-execution policy still reflects a lifecycle transition such as pause, resume, restart, or delete.

public const string LifecycleChange = "lifecycle-change"

string

The retry-execution policy is approval-ready but still waiting for a manual approval gate to clear.

public const string ManualApprovalReady = "manual-approval-ready"

string

The retry-execution policy still requires explicit manual approval.

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

string

The current shared runtime truth indicates that no additional provider command is needed.

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

string

The retry-execution policy is not currently applicable because the runtime remains observe-only.

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

string

The retry-execution policy currently remains operator-owned.

public const string OperatorOnly = "operator-only"

string

The latest matching command-execution outcome remained blocked.

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

string

The latest matching command-execution outcome failed while Cephalon was translating the command.

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

string

The latest matching command-execution outcome could not resolve a provider execution adapter.

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

string

The current shared runtime truth exposes one safe retry candidate.

public const string RetryCandidate = "retry-candidate"

string

The retry-execution policy is constrained by incomplete runtime truth.

public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"

string

The retry-execution policy is constrained by stale observation posture.

public const string StaleObservation = "stale-observation"

string