Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStatus

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

Describes the current operator-facing managed-connector cross-node idempotency-hardening posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStatus(string, string?)”

Creates a new managed-connector cross-node idempotency-hardening answer.

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

state string

The stable cross-node idempotency-hardening state, such as not-applicable, operator-only, idempotent-safe, stale-owner-risk, duplicate-lineage-risk, or replay-window-risk.

description string?

An optional operator-facing cross-node idempotency-hardening summary.

Gets the active reporter identifier currently visible for the execution runtime when one exists.

public string? ActiveReporterId { get; init; }

string?

Gets the UTC timestamp when the active reporter lease expires when one is known.

public DateTimeOffset? ActiveReporterLeaseExpiresAtUtc { get; init; }

DateTimeOffset?

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

public bool AppliesToManagedConnector { get; }

bool

Gets the number of retained automatic retry attempts currently visible for the runtime.

public int AutomaticRetryAttemptCount { get; init; }

int

Gets the current managed-connector automatic background retry coordination state that informed cross-node idempotency hardening.

public string AutomaticRetryCoordinationState { get; init; }

string

Gets the current managed-connector automatic background retry execution state that informed cross-node idempotency hardening.

public string AutomaticRetryExecutionState { get; init; }

string

Gets a value indicating whether the current node can execute automatic retry safely for the current cross-node hardening answer.

public bool CanExecuteAutomaticRetryOnCurrentNode { get; }

bool

Gets the number of active cross-node idempotency-hardening categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable cross-node idempotency-hardening categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with cross-node idempotency hardening.

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

IReadOnlyList<string>

Gets the deterministic command fingerprint currently associated with cross-node idempotency hardening.

public string CommandFingerprint { get; init; }

string

Gets the current managed-connector command-journal durability state that informed cross-node idempotency hardening.

public string CommandJournalDurabilityState { get; init; }

string

Gets the current managed-connector command-journal state that informed cross-node idempotency hardening.

public string CommandJournalState { get; init; }

string

Gets the host-owned coordination owner identifier when one was configured for automatic retry.

public string? CoordinationOwnerId { get; init; }

string?

Gets a value indicating whether the current host coordination owner matches the active reporter identifier.

public bool CoordinationOwnerMatchesActiveReporter { get; init; }

bool

Gets an optional operator-facing cross-node idempotency-hardening summary.

public string? Description { get; }

string?

Gets the current managed-connector distributed retry lease state that informed cross-node idempotency hardening.

public string DistributedRetryLeaseState { get; init; }

string

Gets the operator-facing execution-ownership mode that informed cross-node idempotency hardening.

public string ExecutionOwnership { get; init; }

string

Gets the stable execution-runtime identifier currently associated with cross-node idempotency hardening.

public string ExecutionRuntimeId { get; init; }

string

Gets the operator-facing execution-topology classification that informed cross-node idempotency hardening.

public string ExecutionTopology { get; init; }

string

Gets a value indicating whether the runtime currently exposes one active reporter lease.

public bool HasActiveReporterLease { get; }

bool

Gets a value indicating whether retained history currently contains duplicated automatic retry attempts for the current retry posture.

public bool HasDuplicateAutomaticRetryAttempts { get; init; }

bool

Gets a value indicating whether retained history currently contains duplicated command lineage for the current retry posture.

public bool HasDuplicateCommandLineage { get; init; }

bool

Gets a value indicating whether a durable command-journal store is currently configured.

public bool HasDurableStoreConfigured { get; init; }

bool

Gets a value indicating whether retained history currently contains one automatic retry attempt for the current retry fingerprint.

public bool HasMatchingAutomaticRetryAttempt { get; init; }

bool

Gets a value indicating whether retained history currently contains evidence for the current retry fingerprint.

public bool HasMatchingRetryFingerprintHistory { get; init; }

bool

Gets a value indicating whether the durable command journal currently exposes persisted recorded history.

public bool HasPersistedRecordedHistory { get; init; }

bool

Gets a value indicating whether the current process recovered persisted command history for this runtime.

public bool HasRecoveredPersistedHistory { get; init; }

bool

Gets a value indicating whether cross-node idempotency currently remains risky because retained command lineage already looks duplicated.

public bool IsDuplicateLineageRisk { get; }

bool

Gets a value indicating whether cross-node idempotency currently looks safe for the current retry posture.

public bool IsIdempotentSafe { get; }

bool

Gets a value indicating whether cross-node idempotency hardening still remains operator-owned.

public bool IsOperatorOnly { get; }

bool

Gets a value indicating whether cross-node idempotency currently remains risky because the durable replay window still lacks enough retained evidence.

public bool IsReplayWindowRisk { get; }

bool

Gets a value indicating whether cross-node idempotency currently remains risky because ownership truth still looks stale.

public bool IsStaleOwnerRisk { get; }

bool

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

public string LatestAutomaticRetryAttemptId { get; init; }

string

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

public string LatestAutomaticRetryExecutionFingerprint { get; init; }

string

Gets the latest recorded managed-connector command-execution state visible to cross-node idempotency hardening.

public string LatestCommandExecutionState { get; init; }

string

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

public string? ManagementMode { get; init; }

string?

Gets the number of retained automatic retry attempts that currently match the retry fingerprint.

public int MatchingAutomaticRetryAttemptCount { get; init; }

int

Gets the number of retained command-execution entries that currently match the command lineage fingerprint.

public int MatchingCommandLineageEntryCount { get; init; }

int

Gets the stable management-operation identifier currently associated with cross-node idempotency hardening.

public string OperationId { get; init; }

string

Gets the number of retained bounded journal entries currently visible to cross-node idempotency hardening.

public int RetainedEntryCount { get; init; }

int

Gets the current managed-connector retry-execution policy state that informed cross-node idempotency hardening.

public string RetryExecutionPolicyState { get; init; }

string

Gets the deterministic retry fingerprint currently associated with cross-node idempotency hardening.

public string RetryFingerprint { get; init; }

string

Gets the primary source identifier Cephalon used to derive cross-node idempotency hardening.

public string SourceId { get; init; }

string

Gets the stable managed-connector cross-node idempotency-hardening state.

public string State { get; }

string

Gets the total number of command-execution outcomes currently visible to cross-node idempotency hardening.

public int TotalRecordedEntryCount { get; init; }

int