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>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStatus>
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”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)Parameters
Section titled “Parameters”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.
Properties
Section titled “Properties”ActiveReporterId
Section titled “ ActiveReporterId”Gets the active reporter identifier currently visible for the execution runtime when one exists.
public string? ActiveReporterId { get; init; }Property Value
Section titled “Property Value”ActiveReporterLeaseExpiresAtUtc
Section titled “ ActiveReporterLeaseExpiresAtUtc”Gets the UTC timestamp when the active reporter lease expires when one is known.
public DateTimeOffset? ActiveReporterLeaseExpiresAtUtc { 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”AutomaticRetryAttemptCount
Section titled “ AutomaticRetryAttemptCount”Gets the number of retained automatic retry attempts currently visible for the runtime.
public int AutomaticRetryAttemptCount { get; init; }Property Value
Section titled “Property Value”AutomaticRetryCoordinationState
Section titled “ AutomaticRetryCoordinationState”Gets the current managed-connector automatic background retry coordination state that informed cross-node idempotency hardening.
public string AutomaticRetryCoordinationState { get; init; }Property Value
Section titled “Property Value”AutomaticRetryExecutionState
Section titled “ AutomaticRetryExecutionState”Gets the current managed-connector automatic background retry execution state that informed cross-node idempotency hardening.
public string AutomaticRetryExecutionState { get; init; }Property Value
Section titled “Property Value”CanExecuteAutomaticRetryOnCurrentNode
Section titled “ CanExecuteAutomaticRetryOnCurrentNode”Gets a value indicating whether the current node can execute automatic retry safely for the current cross-node hardening answer.
public bool CanExecuteAutomaticRetryOnCurrentNode { get; }Property Value
Section titled “Property Value”CategoryCount
Section titled “ CategoryCount”Gets the number of active cross-node idempotency-hardening categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable cross-node idempotency-hardening 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 cross-node idempotency hardening.
public IReadOnlyList<string> CdcCaptureIds { get; init; }Property Value
Section titled “Property Value”CommandFingerprint
Section titled “ CommandFingerprint”Gets the deterministic command fingerprint currently associated with cross-node idempotency hardening.
public string CommandFingerprint { get; init; }Property Value
Section titled “Property Value”CommandJournalDurabilityState
Section titled “ CommandJournalDurabilityState”Gets the current managed-connector command-journal durability state that informed cross-node idempotency hardening.
public string CommandJournalDurabilityState { get; init; }Property Value
Section titled “Property Value”CommandJournalState
Section titled “ CommandJournalState”Gets the current managed-connector command-journal state that informed cross-node idempotency hardening.
public string CommandJournalState { get; init; }Property Value
Section titled “Property Value”CoordinationOwnerId
Section titled “ CoordinationOwnerId”Gets the host-owned coordination owner identifier when one was configured for automatic retry.
public string? CoordinationOwnerId { get; init; }Property Value
Section titled “Property Value”CoordinationOwnerMatchesActiveReporter
Section titled “ CoordinationOwnerMatchesActiveReporter”Gets a value indicating whether the current host coordination owner matches the active reporter identifier.
public bool CoordinationOwnerMatchesActiveReporter { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing cross-node idempotency-hardening summary.
public string? Description { get; }Property Value
Section titled “Property Value”DistributedRetryLeaseState
Section titled “ DistributedRetryLeaseState”Gets the current managed-connector distributed retry lease state that informed cross-node idempotency hardening.
public string DistributedRetryLeaseState { get; init; }Property Value
Section titled “Property Value”ExecutionOwnership
Section titled “ ExecutionOwnership”Gets the operator-facing execution-ownership mode that informed cross-node idempotency hardening.
public string ExecutionOwnership { get; init; }Property Value
Section titled “Property Value”ExecutionRuntimeId
Section titled “ ExecutionRuntimeId”Gets the stable execution-runtime identifier currently associated with cross-node idempotency hardening.
public string ExecutionRuntimeId { get; init; }Property Value
Section titled “Property Value”ExecutionTopology
Section titled “ ExecutionTopology”Gets the operator-facing execution-topology classification that informed cross-node idempotency hardening.
public string ExecutionTopology { get; init; }Property Value
Section titled “Property Value”HasActiveReporterLease
Section titled “ HasActiveReporterLease”Gets a value indicating whether the runtime currently exposes one active reporter lease.
public bool HasActiveReporterLease { get; }Property Value
Section titled “Property Value”HasDuplicateAutomaticRetryAttempts
Section titled “ HasDuplicateAutomaticRetryAttempts”Gets a value indicating whether retained history currently contains duplicated automatic retry attempts for the current retry posture.
public bool HasDuplicateAutomaticRetryAttempts { get; init; }Property Value
Section titled “Property Value”HasDuplicateCommandLineage
Section titled “ HasDuplicateCommandLineage”Gets a value indicating whether retained history currently contains duplicated command lineage for the current retry posture.
public bool HasDuplicateCommandLineage { get; init; }Property Value
Section titled “Property Value”HasDurableStoreConfigured
Section titled “ HasDurableStoreConfigured”Gets a value indicating whether a durable command-journal store is currently configured.
public bool HasDurableStoreConfigured { get; init; }Property Value
Section titled “Property Value”HasMatchingAutomaticRetryAttempt
Section titled “ HasMatchingAutomaticRetryAttempt”Gets a value indicating whether retained history currently contains one automatic retry attempt for the current retry fingerprint.
public bool HasMatchingAutomaticRetryAttempt { get; init; }Property Value
Section titled “Property Value”HasMatchingRetryFingerprintHistory
Section titled “ HasMatchingRetryFingerprintHistory”Gets a value indicating whether retained history currently contains evidence for the current retry fingerprint.
public bool HasMatchingRetryFingerprintHistory { get; init; }Property Value
Section titled “Property Value”HasPersistedRecordedHistory
Section titled “ HasPersistedRecordedHistory”Gets a value indicating whether the durable command journal currently exposes persisted recorded history.
public bool HasPersistedRecordedHistory { get; init; }Property Value
Section titled “Property Value”HasRecoveredPersistedHistory
Section titled “ HasRecoveredPersistedHistory”Gets a value indicating whether the current process recovered persisted command history for this runtime.
public bool HasRecoveredPersistedHistory { get; init; }Property Value
Section titled “Property Value”IsDuplicateLineageRisk
Section titled “ IsDuplicateLineageRisk”Gets a value indicating whether cross-node idempotency currently remains risky because retained command lineage already looks duplicated.
public bool IsDuplicateLineageRisk { get; }Property Value
Section titled “Property Value”IsIdempotentSafe
Section titled “ IsIdempotentSafe”Gets a value indicating whether cross-node idempotency currently looks safe for the current retry posture.
public bool IsIdempotentSafe { get; }Property Value
Section titled “Property Value”IsOperatorOnly
Section titled “ IsOperatorOnly”Gets a value indicating whether cross-node idempotency hardening still remains operator-owned.
public bool IsOperatorOnly { get; }Property Value
Section titled “Property Value”IsReplayWindowRisk
Section titled “ IsReplayWindowRisk”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; }Property Value
Section titled “Property Value”IsStaleOwnerRisk
Section titled “ IsStaleOwnerRisk”Gets a value indicating whether cross-node idempotency currently remains risky because ownership truth still looks stale.
public bool IsStaleOwnerRisk { get; }Property Value
Section titled “Property Value”LatestAutomaticRetryAttemptId
Section titled “ LatestAutomaticRetryAttemptId”Gets the stable latest automatic retry attempt identifier when one exists.
public string LatestAutomaticRetryAttemptId { get; init; }Property Value
Section titled “Property Value”LatestAutomaticRetryExecutionFingerprint
Section titled “ LatestAutomaticRetryExecutionFingerprint”Gets the deterministic execution fingerprint of the latest automatic retry attempt when one exists.
public string LatestAutomaticRetryExecutionFingerprint { get; init; }Property Value
Section titled “Property Value”LatestCommandExecutionState
Section titled “ LatestCommandExecutionState”Gets the latest recorded managed-connector command-execution state visible to cross-node idempotency hardening.
public string LatestCommandExecutionState { 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”MatchingAutomaticRetryAttemptCount
Section titled “ MatchingAutomaticRetryAttemptCount”Gets the number of retained automatic retry attempts that currently match the retry fingerprint.
public int MatchingAutomaticRetryAttemptCount { get; init; }Property Value
Section titled “Property Value”MatchingCommandLineageEntryCount
Section titled “ MatchingCommandLineageEntryCount”Gets the number of retained command-execution entries that currently match the command lineage fingerprint.
public int MatchingCommandLineageEntryCount { get; init; }Property Value
Section titled “Property Value”OperationId
Section titled “ OperationId”Gets the stable management-operation identifier currently associated with cross-node idempotency hardening.
public string OperationId { get; init; }Property Value
Section titled “Property Value”RetainedEntryCount
Section titled “ RetainedEntryCount”Gets the number of retained bounded journal entries currently visible to cross-node idempotency hardening.
public int RetainedEntryCount { get; init; }Property Value
Section titled “Property Value”RetryExecutionPolicyState
Section titled “ RetryExecutionPolicyState”Gets the current managed-connector retry-execution policy state that informed cross-node idempotency hardening.
public string RetryExecutionPolicyState { get; init; }Property Value
Section titled “Property Value”RetryFingerprint
Section titled “ RetryFingerprint”Gets the deterministic retry fingerprint currently associated with cross-node idempotency hardening.
public string RetryFingerprint { get; init; }Property Value
Section titled “Property Value”SourceId
Section titled “ SourceId”Gets the primary source identifier Cephalon used to derive cross-node idempotency hardening.
public string SourceId { get; init; }Property Value
Section titled “Property Value”Gets the stable managed-connector cross-node idempotency-hardening state.
public string State { get; }Property Value
Section titled “Property Value”TotalRecordedEntryCount
Section titled “ TotalRecordedEntryCount”Gets the total number of command-execution outcomes currently visible to cross-node idempotency hardening.
public int TotalRecordedEntryCount { get; init; }