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

Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionCategories

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

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

Defines the stable category identifiers used by managed-connector provider-owned write-path execution answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionCategories

objectCdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionCategories

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

The current execution adapter is ready to translate provider-facing commands.

public const string AdapterReady = "adapter-ready"

string

No matching provider execution adapter is currently available.

public const string AdapterUnavailable = "adapter-unavailable"

string

The current write-path still requires explicit approval.

public const string ApprovalRequired = "approval-required"

string

The shared retry policy currently remains inside one cooldown window.

public const string CooldownWindow = "cooldown-window"

string

The current node cannot yet execute provider-owned write-path work safely.

public const string CurrentNodeBlocked = "current-node-blocked"

string

The current node can execute provider-owned write-path work safely.

public const string CurrentNodeExecutable = "current-node-executable"

string

The current write-path still targets a destructive provider operation.

public const string DestructiveOperation = "destructive-operation"

string

Provider-owned write-path execution still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Provider-owned write-path execution remains blocked.

public const string ProviderBlocked = "provider-blocked"

string

The latest provider-owned command translated into a provider-facing command shape.

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

string

The latest provider-owned command remained blocked by shared runtime truth.

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

string

The latest provider-owned command failed while Cephalon translated it.

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

string

The latest provider-owned command determined that no provider command is required.

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

string

The latest provider-owned command remained operator-owned.

public const string ProviderCommandOperatorOnly = "provider-command-operator-only"

string

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

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

string

Provider-owned write-path execution is currently ready on the shared lane.

public const string ProviderExecutable = "provider-executable"

string

Provider-owned write-path execution no longer needs an additional provider command.

public const string ProviderOwnedCompleted = "provider-owned-completed"

string

Provider-owned write-path execution already translated one provider-facing command shape.

public const string ProviderOwnedExecuting = "provider-owned-executing"

string

Provider-owned write-path execution currently remains risky.

public const string ProviderOwnedRisk = "provider-owned-risk"

string

The runtime participates in the provider-owned write-path execution lane.

public const string ProviderOwnedWritePathExecution = "provider-owned-write-path-execution"

string

The shared retry policy currently exposes a retry-ready provider lane.

public const string RetryReady = "retry-ready"

string