Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus

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

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

public sealed record CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus(string, string?)”

Creates a new managed-connector command-retry answer.

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

state string

The stable command-retry state, such as not-needed, duplicate, cooldown, retry-blocked, retry-eligible, operator-only, or not-applicable.

description string?

An optional operator-facing command-retry summary.

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

public string ActionPlanState { get; init; }

string

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

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 current retry posture can safely retry through the shared command lane.

public bool CanRetry { get; }

bool

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

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 the current retry posture.

public bool CanReuseDestructiveAllowanceFromMatchingHistory { get; init; }

bool

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

public bool CanReuseMatchingSafetyContext { get; }

bool

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

public int CategoryCount { get; }

int

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

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

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with command retry.

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

IReadOnlyList<string>

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

public string CommandEnvelopeState { get; init; }

string

Gets the deterministic command fingerprint currently associated with the retry posture.

public string CommandFingerprint { get; init; }

string

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

public string CommandIssuanceState { get; init; }

string

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

public string? ConnectClusterId { get; init; }

string?

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

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 command-retry summary.

public string? Description { get; }

string?

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

public string DriftState { get; init; }

string

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

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 command retry.

public string ExecutionAdapterState { get; init; }

string

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

public string ExecutionApprovalState { get; init; }

string

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

public string ExecutionIntentState { get; init; }

string

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

public string ExecutionRuntimeId { get; init; }

string

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

public string GovernanceState { get; init; }

string

Gets a value indicating whether the retry posture 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 posture.

public bool HasRecordedCommandHistory { get; }

bool

Gets a value indicating whether the current retry posture is waiting for a cooldown window to elapse.

public bool IsCooldown { get; }

bool

Gets a value indicating whether the current retry posture targets a destructive connector operation.

public bool IsDestructiveOperation { get; init; }

bool

Gets a value indicating whether replaying the current command would be duplicative.

public bool IsDuplicate { get; }

bool

Gets a value indicating whether retry is not currently needed.

public bool IsNotNeeded { get; }

bool

Gets a value indicating whether the current retry posture remains operator-owned.

public bool IsOperatorOnly { get; }

bool

Gets a value indicating whether the current retry posture remains blocked.

public bool IsRetryBlocked { get; }

bool

Gets a value indicating whether the current retry posture allows one safe retry.

public bool IsRetryEligible { get; }

bool

Gets the deterministic issuance fingerprint currently associated with the retry posture.

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 primary source identifier already associated with the latest command-execution lane.

public string LatestCommandExecutionSourceId { get; init; }

string

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

public string LatestCommandExecutionState { get; init; }

string

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

public string LatestExecutionFingerprint { get; init; }

string

Gets a value indicating whether the latest matching command-execution history already recorded an explicit approval.

public bool LatestMatchingApprovalApplied { get; init; }

bool

LatestMatchingDestructiveAllowanceApplied

Section titled “ LatestMatchingDestructiveAllowanceApplied”

Gets a value indicating whether the latest matching command-execution history already recorded an explicit destructive-operation allowance.

public bool LatestMatchingDestructiveAllowanceApplied { get; init; }

bool

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

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 command retry.

public string OperationId { get; init; }

string

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

public int PotentialChangeCount { get; init; }

int

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

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 command retry.

public string RemediationState { get; init; }

string

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

public string ReportingCoverageState { get; init; }

string

Gets a value indicating whether the current retry posture still requires an explicit approval gate.

public bool RequiresExplicitApproval { get; init; }

bool

Gets the deterministic retry fingerprint Cephalon currently derives for duplicate and retry checks.

public string RetryFingerprint { get; init; }

string

Gets the primary source identifier Cephalon used to derive command retry.

public string SourceId { get; init; }

string

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

public string? SourceProviderId { get; init; }

string?

Gets the stable managed-connector command-retry state.

public string State { get; }

string

Gets a value indicating whether the current retry posture 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 command retry.

public string WritePathReadinessState { get; init; }

string