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

Class CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStatus

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

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

Describes the current operator-facing managed-connector retry-execution policy posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStatus(string, string?)”

Creates a new managed-connector retry-execution policy answer.

public CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyStatus(string state, string? description = null)

state string

The stable retry-execution policy state, such as not-needed, cooldown, manual-approval, policy-blocked, background-retry-disabled, retry-ready, operator-only, or not-applicable.

description string?

An optional operator-facing retry-execution policy summary.

Gets the current managed-connector action-plan state that informed retry-execution policy.

public string ActionPlanState { get; init; }

string

Gets the deterministic execution-adapter fingerprint currently associated with the retry-execution policy.

public string AdapterFingerprint { get; init; }

string

Gets a value indicating whether the execution runtime currently represents a managed connector.

public bool AppliesToManagedConnector { get; }

bool

Gets a value indicating whether the retry-execution policy currently allows Cephalon to execute one automatic retry.

public bool CanExecuteRetryThroughPolicy { get; }

bool

Gets a value indicating whether Cephalon can reuse approval context from matching command history for retry execution.

public bool CanReuseApprovalFromMatchingHistory { get; init; }

bool

CanReuseDestructiveAllowanceFromMatchingHistory

Section titled “ CanReuseDestructiveAllowanceFromMatchingHistory”

Gets a value indicating whether Cephalon can reuse destructive-operation allowance from matching command history for retry execution.

public bool CanReuseDestructiveAllowanceFromMatchingHistory { get; init; }

bool

Gets a value indicating whether Cephalon can reuse the full matching safety context for retry execution.

public bool CanReuseMatchingSafetyContext { get; }

bool

Gets the number of active retry-execution policy categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable retry-execution policy categories currently active for the execution runtime.

public IReadOnlyList<string> CategoryIds { get; init; }

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with retry-execution policy.

public IReadOnlyList<string> CdcCaptureIds { get; init; }

IReadOnlyList<string>

Gets the current managed-connector command-envelope state that informed retry-execution policy.

public string CommandEnvelopeState { get; init; }

string

Gets the deterministic command fingerprint currently associated with the retry-execution policy.

public string CommandFingerprint { get; init; }

string

Gets the current managed-connector command-issuance state that informed retry-execution policy.

public string CommandIssuanceState { get; init; }

string

Gets the primary source identifier already associated with the command-retry lane.

public string CommandRetrySourceId { get; init; }

string

Gets the current managed-connector command-retry state that informed retry-execution policy.

public string CommandRetryState { get; init; }

string

Gets the best available connector-cluster identifier Cephalon would target for the current retry-execution policy.

public string? ConnectClusterId { get; init; }

string?

Gets the best available connector-class identifier Cephalon would target for the current retry-execution policy.

public string? ConnectorClass { get; init; }

string?

Gets the timestamp when the active retry cooldown window ends, when one applies.

public DateTimeOffset? CooldownUntilUtc { get; init; }

DateTimeOffset?

Gets an optional operator-facing retry-execution policy summary.

public string? Description { get; }

string?

Gets the current managed-connector drift state that informed retry-execution policy.

public string DriftState { get; init; }

string

Gets the current managed-connector dry-run state that informed retry-execution policy.

public string DryRunState { get; init; }

string

Gets the primary source identifier already associated with the execution-adapter lane.

public string ExecutionAdapterSourceId { get; init; }

string

Gets the current managed-connector execution-adapter state that informed retry-execution policy.

public string ExecutionAdapterState { get; init; }

string

Gets the primary source identifier already associated with the execution-approval lane.

public string ExecutionApprovalSourceId { get; init; }

string

Gets the current managed-connector execution-approval state that informed retry-execution policy.

public string ExecutionApprovalState { get; init; }

string

Gets the current managed-connector execution-intent state that informed retry-execution policy.

public string ExecutionIntentState { get; init; }

string

Gets the stable execution-runtime identifier currently associated with retry-execution policy.

public string ExecutionRuntimeId { get; init; }

string

Gets the current managed-connector governance state that informed retry-execution policy.

public string GovernanceState { get; init; }

string

Gets a value indicating whether the retry-execution policy currently exposes an active cooldown window.

public bool HasCooldownWindow { get; }

bool

Gets a value indicating whether the latest recorded command currently matches the derived execution-adapter fingerprint.

public bool HasMatchingAdapterFingerprint { get; init; }

bool

Gets a value indicating whether the latest recorded command currently matches the derived command fingerprint.

public bool HasMatchingCommandFingerprint { get; init; }

bool

Gets a value indicating whether the latest recorded command currently matches the derived issuance fingerprint.

public bool HasMatchingIssuanceFingerprint { get; init; }

bool

Gets a value indicating whether the latest recorded command currently matches the derived retry fingerprint.

public bool HasMatchingRetryFingerprint { get; init; }

bool

Gets a value indicating whether Cephalon has recorded one concrete command-execution outcome for the retry-execution policy.

public bool HasRecordedCommandHistory { get; }

bool

Gets a value indicating whether automatic background retry execution is enabled for the current policy answer.

public bool IsAutomaticRetryEnabled { get; init; }

bool

Gets a value indicating whether one safe retry candidate exists but automatic retry is still disabled.

public bool IsBackgroundRetryDisabled { get; }

bool

Gets a value indicating whether the retry-execution policy is waiting for a cooldown window to elapse.

public bool IsCooldown { get; }

bool

Gets a value indicating whether the current retry-execution policy targets a destructive connector operation.

public bool IsDestructiveOperation { get; init; }

bool

Gets a value indicating whether no retry action is currently needed.

public bool IsNotNeeded { get; }

bool

Gets a value indicating whether retry remains operator-owned outside Cephalon.

public bool IsOperatorOnly { get; }

bool

Gets a value indicating whether the retry-execution policy remains blocked by shared runtime truth or safety guardrails.

public bool IsPolicyBlocked { get; }

bool

Gets a value indicating whether the retry-execution policy allows one automatic retry.

public bool IsRetryReady { get; }

bool

Gets the deterministic issuance fingerprint currently associated with the retry-execution policy.

public string IssuanceFingerprint { get; init; }

string

Gets the stable latest recorded command-execution attempt identifier when one exists.

public string LatestAttemptId { get; init; }

string

Gets the latest recorded managed-connector command-execution state Cephalon considered for retry-execution policy.

public string LatestCommandExecutionState { get; init; }

string

Gets the latest recorded command-execution fingerprint Cephalon considered for the retry-execution policy.

public string LatestExecutionFingerprint { get; init; }

string

Gets a value indicating whether matching command history already recorded an explicit approval Cephalon can reuse for retry execution.

public bool LatestMatchingApprovalApplied { get; init; }

bool

LatestMatchingDestructiveAllowanceApplied

Section titled “ LatestMatchingDestructiveAllowanceApplied”

Gets a value indicating whether matching command history already recorded an explicit destructive-operation allowance Cephalon can reuse for retry execution.

public bool LatestMatchingDestructiveAllowanceApplied { get; init; }

bool

Gets the timestamp when Cephalon recorded the latest command-execution outcome that informed the retry-execution policy.

public DateTimeOffset? LatestRecordedAtUtc { get; init; }

DateTimeOffset?

Gets the declared managed-connector management mode when one is known.

public string? ManagementMode { get; init; }

string?

Gets the stable management-operation identifier currently associated with retry-execution policy.

public string OperationId { get; init; }

string

Gets the number of visible potential shared write-path changes currently associated with retry-execution policy.

public int PotentialChangeCount { get; init; }

int

Gets the current managed-connector preflight state that informed retry-execution policy.

public string PreflightState { get; init; }

string

Gets the primary action identifier currently associated with the runtime’s managed-connector action plan.

public string PrimaryActionId { get; init; }

string

Gets the current runtime-level remediation state that informed retry-execution policy.

public string RemediationState { get; init; }

string

Gets the current runtime-level reporting-coverage state that informed retry-execution policy.

public string ReportingCoverageState { get; init; }

string

Gets a value indicating whether the current retry-execution policy still requires an explicit approval gate.

public bool RequiresExplicitApproval { get; init; }

bool

Gets a value indicating whether the retry-execution policy still needs a manual approval gate.

public bool RequiresManualApproval { get; }

bool

Gets the deterministic retry fingerprint currently associated with the retry-execution policy.

public string RetryFingerprint { get; init; }

string

Gets the primary source identifier Cephalon used to derive retry-execution policy.

public string SourceId { get; init; }

string

Gets the best available source-provider identifier Cephalon would target for the current retry-execution policy.

public string? SourceProviderId { get; init; }

string?

Gets the stable managed-connector retry-execution policy state.

public string State { get; }

string

Gets a value indicating whether the current retry-execution policy would still apply one or more shared write-path changes.

public bool WouldApplyChanges { get; init; }

bool

Gets the current managed-connector write-path readiness state that informed retry-execution policy.

public string WritePathReadinessState { get; init; }

string