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>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus(string, string?)
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus(string, string?)”Creates a new managed-connector command-retry answer.
public CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatus(string state, string? description = null)Parameters
Section titled “Parameters”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.
Properties
Section titled “Properties”ActionPlanState
Section titled “ ActionPlanState”Gets the current managed-connector action-plan state that informed command retry.
public string ActionPlanState { get; init; }Property Value
Section titled “Property Value”AdapterFingerprint
Section titled “ AdapterFingerprint”Gets the deterministic execution-adapter fingerprint currently associated with the retry posture.
public string AdapterFingerprint { get; init; }Property Value
Section titled “Property Value”AppliesToManagedConnector
Section titled “ AppliesToManagedConnector”Gets a value indicating whether the execution runtime currently represents a managed connector.
public bool AppliesToManagedConnector { get; }Property Value
Section titled “Property Value”CanRetry
Section titled “ CanRetry”Gets a value indicating whether the current retry posture can safely retry through the shared command lane.
public bool CanRetry { get; }Property Value
Section titled “Property Value”CanReuseApprovalFromMatchingHistory
Section titled “ CanReuseApprovalFromMatchingHistory”Gets a value indicating whether Cephalon can reuse approval context from matching command history for the current retry posture.
public bool CanReuseApprovalFromMatchingHistory { get; init; }Property Value
Section titled “Property Value”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; }Property Value
Section titled “Property Value”CanReuseMatchingSafetyContext
Section titled “ CanReuseMatchingSafetyContext”Gets a value indicating whether Cephalon can reuse the full matching safety context for the current retry posture.
public bool CanReuseMatchingSafetyContext { get; }Property Value
Section titled “Property Value”CategoryCount
Section titled “ CategoryCount”Gets the number of active command-retry categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable command-retry categories currently active for the execution runtime.
public IReadOnlyList<string> CategoryIds { get; init; }Property Value
Section titled “Property Value”CdcCaptureIds
Section titled “ CdcCaptureIds”Gets the CDC capture identifiers currently associated with command retry.
public IReadOnlyList<string> CdcCaptureIds { get; init; }Property Value
Section titled “Property Value”CommandEnvelopeState
Section titled “ CommandEnvelopeState”Gets the current managed-connector command-envelope state that informed command retry.
public string CommandEnvelopeState { get; init; }Property Value
Section titled “Property Value”CommandFingerprint
Section titled “ CommandFingerprint”Gets the deterministic command fingerprint currently associated with the retry posture.
public string CommandFingerprint { get; init; }Property Value
Section titled “Property Value”CommandIssuanceState
Section titled “ CommandIssuanceState”Gets the current managed-connector command-issuance state that informed command retry.
public string CommandIssuanceState { get; init; }Property Value
Section titled “Property Value”ConnectClusterId
Section titled “ ConnectClusterId”Gets the best available connector-cluster identifier Cephalon would target for the current retry posture.
public string? ConnectClusterId { get; init; }Property Value
Section titled “Property Value”ConnectorClass
Section titled “ ConnectorClass”Gets the best available connector-class identifier Cephalon would target for the current retry posture.
public string? ConnectorClass { get; init; }Property Value
Section titled “Property Value”CooldownUntilUtc
Section titled “ CooldownUntilUtc”Gets the timestamp when the active retry cooldown window ends, when one applies.
public DateTimeOffset? CooldownUntilUtc { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing command-retry summary.
public string? Description { get; }Property Value
Section titled “Property Value”DriftState
Section titled “ DriftState”Gets the current managed-connector drift state that informed command retry.
public string DriftState { get; init; }Property Value
Section titled “Property Value”DryRunState
Section titled “ DryRunState”Gets the current managed-connector dry-run state that informed command retry.
public string DryRunState { get; init; }Property Value
Section titled “Property Value”ExecutionAdapterSourceId
Section titled “ ExecutionAdapterSourceId”Gets the primary source identifier already associated with the execution-adapter lane.
public string ExecutionAdapterSourceId { get; init; }Property Value
Section titled “Property Value”ExecutionAdapterState
Section titled “ ExecutionAdapterState”Gets the current managed-connector execution-adapter state that informed command retry.
public string ExecutionAdapterState { get; init; }Property Value
Section titled “Property Value”ExecutionApprovalState
Section titled “ ExecutionApprovalState”Gets the current managed-connector execution-approval state that informed command retry.
public string ExecutionApprovalState { get; init; }Property Value
Section titled “Property Value”ExecutionIntentState
Section titled “ ExecutionIntentState”Gets the current managed-connector execution-intent state that informed command retry.
public string ExecutionIntentState { get; init; }Property Value
Section titled “Property Value”ExecutionRuntimeId
Section titled “ ExecutionRuntimeId”Gets the stable execution-runtime identifier currently associated with command retry.
public string ExecutionRuntimeId { get; init; }Property Value
Section titled “Property Value”GovernanceState
Section titled “ GovernanceState”Gets the current managed-connector governance state that informed command retry.
public string GovernanceState { get; init; }Property Value
Section titled “Property Value”HasCooldownWindow
Section titled “ HasCooldownWindow”Gets a value indicating whether the retry posture currently exposes an active cooldown window.
public bool HasCooldownWindow { get; }Property Value
Section titled “Property Value”HasMatchingAdapterFingerprint
Section titled “ HasMatchingAdapterFingerprint”Gets a value indicating whether the latest recorded command currently matches the derived execution-adapter fingerprint.
public bool HasMatchingAdapterFingerprint { get; init; }Property Value
Section titled “Property Value”HasMatchingCommandFingerprint
Section titled “ HasMatchingCommandFingerprint”Gets a value indicating whether the latest recorded command currently matches the derived command fingerprint.
public bool HasMatchingCommandFingerprint { get; init; }Property Value
Section titled “Property Value”HasMatchingIssuanceFingerprint
Section titled “ HasMatchingIssuanceFingerprint”Gets a value indicating whether the latest recorded command currently matches the derived issuance fingerprint.
public bool HasMatchingIssuanceFingerprint { get; init; }Property Value
Section titled “Property Value”HasMatchingRetryFingerprint
Section titled “ HasMatchingRetryFingerprint”Gets a value indicating whether the latest recorded command currently matches the derived retry fingerprint.
public bool HasMatchingRetryFingerprint { get; init; }Property Value
Section titled “Property Value”HasRecordedCommandHistory
Section titled “ HasRecordedCommandHistory”Gets a value indicating whether Cephalon has recorded one concrete command-execution outcome for the retry posture.
public bool HasRecordedCommandHistory { get; }Property Value
Section titled “Property Value”IsCooldown
Section titled “ IsCooldown”Gets a value indicating whether the current retry posture is waiting for a cooldown window to elapse.
public bool IsCooldown { get; }Property Value
Section titled “Property Value”IsDestructiveOperation
Section titled “ IsDestructiveOperation”Gets a value indicating whether the current retry posture targets a destructive connector operation.
public bool IsDestructiveOperation { get; init; }Property Value
Section titled “Property Value”IsDuplicate
Section titled “ IsDuplicate”Gets a value indicating whether replaying the current command would be duplicative.
public bool IsDuplicate { get; }Property Value
Section titled “Property Value”IsNotNeeded
Section titled “ IsNotNeeded”Gets a value indicating whether retry is not currently needed.
public bool IsNotNeeded { get; }Property Value
Section titled “Property Value”IsOperatorOnly
Section titled “ IsOperatorOnly”Gets a value indicating whether the current retry posture remains operator-owned.
public bool IsOperatorOnly { get; }Property Value
Section titled “Property Value”IsRetryBlocked
Section titled “ IsRetryBlocked”Gets a value indicating whether the current retry posture remains blocked.
public bool IsRetryBlocked { get; }Property Value
Section titled “Property Value”IsRetryEligible
Section titled “ IsRetryEligible”Gets a value indicating whether the current retry posture allows one safe retry.
public bool IsRetryEligible { get; }Property Value
Section titled “Property Value”IssuanceFingerprint
Section titled “ IssuanceFingerprint”Gets the deterministic issuance fingerprint currently associated with the retry posture.
public string IssuanceFingerprint { get; init; }Property Value
Section titled “Property Value”LatestAttemptId
Section titled “ LatestAttemptId”Gets the stable latest recorded command-execution attempt identifier when one exists.
public string LatestAttemptId { get; init; }Property Value
Section titled “Property Value”LatestCommandExecutionSourceId
Section titled “ LatestCommandExecutionSourceId”Gets the primary source identifier already associated with the latest command-execution lane.
public string LatestCommandExecutionSourceId { get; init; }Property Value
Section titled “Property Value”LatestCommandExecutionState
Section titled “ LatestCommandExecutionState”Gets the latest recorded managed-connector command-execution state Cephalon considered for the retry posture.
public string LatestCommandExecutionState { get; init; }Property Value
Section titled “Property Value”LatestExecutionFingerprint
Section titled “ LatestExecutionFingerprint”Gets the latest recorded command-execution fingerprint Cephalon considered for the retry posture.
public string LatestExecutionFingerprint { get; init; }Property Value
Section titled “Property Value”LatestMatchingApprovalApplied
Section titled “ LatestMatchingApprovalApplied”Gets a value indicating whether the latest matching command-execution history already recorded an explicit approval.
public bool LatestMatchingApprovalApplied { get; init; }Property Value
Section titled “Property Value”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; }Property Value
Section titled “Property Value”LatestRecordedAtUtc
Section titled “ LatestRecordedAtUtc”Gets the timestamp when Cephalon recorded the latest command-execution outcome that informed the retry posture.
public DateTimeOffset? LatestRecordedAtUtc { get; init; }Property Value
Section titled “Property Value”ManagementMode
Section titled “ ManagementMode”Gets the declared managed-connector management mode when one is known.
public string? ManagementMode { get; init; }Property Value
Section titled “Property Value”OperationId
Section titled “ OperationId”Gets the stable management-operation identifier currently associated with command retry.
public string OperationId { get; init; }Property Value
Section titled “Property Value”PotentialChangeCount
Section titled “ PotentialChangeCount”Gets the number of visible potential shared write-path changes currently associated with command retry.
public int PotentialChangeCount { get; init; }Property Value
Section titled “Property Value”PreflightState
Section titled “ PreflightState”Gets the current managed-connector preflight state that informed command retry.
public string PreflightState { get; init; }Property Value
Section titled “Property Value”PrimaryActionId
Section titled “ PrimaryActionId”Gets the primary action identifier currently associated with the runtime’s managed-connector action plan.
public string PrimaryActionId { get; init; }Property Value
Section titled “Property Value”RemediationState
Section titled “ RemediationState”Gets the current runtime-level remediation state that informed command retry.
public string RemediationState { get; init; }Property Value
Section titled “Property Value”ReportingCoverageState
Section titled “ ReportingCoverageState”Gets the current runtime-level reporting-coverage state that informed command retry.
public string ReportingCoverageState { get; init; }Property Value
Section titled “Property Value”RequiresExplicitApproval
Section titled “ RequiresExplicitApproval”Gets a value indicating whether the current retry posture still requires an explicit approval gate.
public bool RequiresExplicitApproval { get; init; }Property Value
Section titled “Property Value”RetryFingerprint
Section titled “ RetryFingerprint”Gets the deterministic retry fingerprint Cephalon currently derives for duplicate and retry checks.
public string RetryFingerprint { get; init; }Property Value
Section titled “Property Value”SourceId
Section titled “ SourceId”Gets the primary source identifier Cephalon used to derive command retry.
public string SourceId { get; init; }Property Value
Section titled “Property Value”SourceProviderId
Section titled “ SourceProviderId”Gets the best available source-provider identifier Cephalon would target for the current retry posture.
public string? SourceProviderId { get; init; }Property Value
Section titled “Property Value”Gets the stable managed-connector command-retry state.
public string State { get; }Property Value
Section titled “Property Value”WouldApplyChanges
Section titled “ WouldApplyChanges”Gets a value indicating whether the current retry posture would still apply one or more shared write-path changes.
public bool WouldApplyChanges { get; init; }Property Value
Section titled “Property Value”WritePathReadinessState
Section titled “ WritePathReadinessState”Gets the current managed-connector write-path readiness state that informed command retry.
public string WritePathReadinessState { get; init; }