Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStatus

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

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

public sealed record CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionStatus(string, string?)”

Creates a new managed-connector automatic background retry execution answer.

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

state string

The stable automatic background retry execution state, such as not-applicable, disabled, blocked, eligible, or completed.

description string?

An optional operator-facing automatic background retry execution summary.

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

public string ActionPlanState { 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 Cephalon can reuse approval context from matching command history for automatic background 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 automatic background retry execution.

public bool CanReuseDestructiveAllowanceFromMatchingHistory { get; init; }

bool

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

public bool CanReuseMatchingSafetyContext { get; }

bool

Gets the number of active automatic background retry execution categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable automatic background retry execution categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with automatic background retry execution.

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

IReadOnlyList<string>

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

public string CommandEnvelopeState { get; init; }

string

Gets the deterministic command fingerprint currently associated with automatic background retry execution.

public string CommandFingerprint { get; init; }

string

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

public string CommandIssuanceState { get; init; }

string

Gets the primary source identifier already associated with the command journal.

public string CommandJournalSourceId { get; init; }

string

Gets the current managed-connector command-journal state that informed automatic background retry execution.

public string CommandJournalState { get; init; }

string

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

public string CommandRetryState { get; init; }

string

Gets the best available connector-cluster identifier currently associated with automatic background retry execution.

public string? ConnectClusterId { get; init; }

string?

Gets the best available connector-class identifier currently associated with automatic background retry execution.

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 automatic background retry execution summary.

public string? Description { get; }

string?

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

public string DriftState { get; init; }

string

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

public string DryRunState { get; init; }

string

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

public string ExecutionAdapterState { get; init; }

string

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

public string ExecutionApprovalState { get; init; }

string

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

public string ExecutionIntentState { get; init; }

string

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

public string ExecutionRuntimeId { get; init; }

string

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

public string GovernanceState { get; init; }

string

Gets a value indicating whether Cephalon has already recorded one automatic background retry attempt.

public bool HasAutomaticRetryAttempt { get; init; }

bool

Gets a value indicating whether Cephalon has already recorded one automatic background retry attempt matching the current retry fingerprint.

public bool HasMatchingAutomaticRetryAttempt { get; init; }

bool

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

public bool IsAutomaticRetryEnabled { get; init; }

bool

Gets a value indicating whether automatic background retry execution is currently blocked.

public bool IsBlocked { get; }

bool

Gets a value indicating whether automatic background retry execution already recorded one matching shared retry attempt.

public bool IsCompleted { get; }

bool

Gets a value indicating whether the current automatic background retry execution answer targets a destructive connector operation.

public bool IsDestructiveOperation { get; init; }

bool

Gets a value indicating whether automatic background retry execution is currently disabled.

public bool IsDisabled { get; }

bool

Gets a value indicating whether automatic background retry execution is currently eligible to run one shared retry attempt.

public bool IsEligible { get; }

bool

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

public string LatestAttemptId { get; init; }

string

Gets the stable attempt identifier of the latest recorded automatic background retry attempt when one exists.

public string LatestAutomaticRetryAttemptId { get; init; }

string

Gets the deterministic execution fingerprint of the latest recorded automatic background retry attempt when one exists.

public string LatestAutomaticRetryExecutionFingerprint { get; init; }

string

Gets the timestamp when Cephalon recorded the latest automatic background retry attempt when one exists.

public DateTimeOffset? LatestAutomaticRetryRecordedAtUtc { get; init; }

DateTimeOffset?

Gets the state of the latest recorded automatic background retry attempt when one exists.

public string LatestAutomaticRetryState { get; init; }

string

Gets the invocation source identifier of the latest recorded command-execution outcome.

public string LatestCommandExecutionInvocationSourceId { get; init; }

string

Gets the latest recorded managed-connector command-execution state visible to automatic background retry execution.

public string LatestCommandExecutionState { get; init; }

string

Gets the deterministic latest recorded execution fingerprint currently visible to automatic background retry execution.

public string LatestExecutionFingerprint { get; init; }

string

Gets a value indicating whether matching command history already recorded an explicit approval Cephalon can reuse for automatic background 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 automatic background retry execution.

public bool LatestMatchingDestructiveAllowanceApplied { get; init; }

bool

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

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 automatic background retry execution.

public string OperationId { get; init; }

string

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

public int PotentialChangeCount { get; init; }

int

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

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 automatic background retry execution.

public string RemediationState { get; init; }

string

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

public string ReportingCoverageState { get; init; }

string

Gets a value indicating whether the current automatic background retry execution answer still requires an explicit approval gate.

public bool RequiresExplicitApproval { get; init; }

bool

Gets the primary source identifier already associated with retry-execution policy.

public string RetryExecutionPolicySourceId { get; init; }

string

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

public string RetryExecutionPolicyState { get; init; }

string

Gets the deterministic retry fingerprint currently associated with automatic background retry execution.

public string RetryFingerprint { get; init; }

string

Gets the primary source identifier Cephalon used to derive automatic background retry execution.

public string SourceId { get; init; }

string

Gets the best available source-provider identifier currently associated with automatic background retry execution.

public string? SourceProviderId { get; init; }

string?

Gets the stable managed-connector automatic background retry execution state.

public string State { get; }

string

Gets a value indicating whether the current automatic background retry execution answer 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 automatic background retry execution.

public string WritePathReadinessState { get; init; }

string