Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStatus
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes the current operator-facing managed-connector automatic background retry coordination posture for one CDC execution runtime.
public sealed record CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStatus>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStatus>
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”CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStatus(string, string?)
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStatus(string, string?)”Creates a new managed-connector automatic background retry coordination answer.
public CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStatus(string state, string? description = null)Parameters
Section titled “Parameters”state string
The stable automatic background retry coordination state, such as not-applicable, single-node, uncoordinated, lease-held, lease-missing, conflicted, or operator-only.
description string?
An optional operator-facing automatic background retry coordination 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”AutomaticRetryExecutionState
Section titled “ AutomaticRetryExecutionState”Gets the current managed-connector automatic background retry execution state that informed coordination.
public string AutomaticRetryExecutionState { get; init; }Property Value
Section titled “Property Value”CanExecuteOnCurrentNode
Section titled “ CanExecuteOnCurrentNode”Gets a value indicating whether automatic background retry can safely execute on the current node.
public bool CanExecuteOnCurrentNode { get; }Property Value
Section titled “Property Value”CategoryCount
Section titled “ CategoryCount”Gets the number of active automatic background retry coordination categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable automatic background retry coordination 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 automatic background retry coordination.
public IReadOnlyList<string> CdcCaptureIds { get; init; }Property Value
Section titled “Property Value”CommandJournalState
Section titled “ CommandJournalState”Gets the current managed-connector command-journal state that informed coordination.
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; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing automatic background retry coordination summary.
public string? Description { get; }Property Value
Section titled “Property Value”ExecutionOwnership
Section titled “ ExecutionOwnership”Gets the operator-facing execution-ownership mode that informed automatic background retry coordination.
public string ExecutionOwnership { get; init; }Property Value
Section titled “Property Value”ExecutionRuntimeId
Section titled “ ExecutionRuntimeId”Gets the stable execution-runtime identifier currently associated with automatic background retry coordination.
public string ExecutionRuntimeId { get; init; }Property Value
Section titled “Property Value”ExecutionTopology
Section titled “ ExecutionTopology”Gets the operator-facing execution-topology classification that informed automatic background retry coordination.
public string ExecutionTopology { get; init; }Property Value
Section titled “Property Value”HasActiveReporterLease
Section titled “ HasActiveReporterLease”Gets a value indicating whether the execution runtime currently exposes one active reporter lease.
public bool HasActiveReporterLease { get; }Property Value
Section titled “Property Value”HasCoordinationOwner
Section titled “ HasCoordinationOwner”Gets a value indicating whether the current host declared a coordination owner identifier for automatic retry.
public bool HasCoordinationOwner { get; }Property Value
Section titled “Property Value”IsConflicted
Section titled “ IsConflicted”Gets a value indicating whether reporter coordination currently remains conflicted.
public bool IsConflicted { get; }Property Value
Section titled “Property Value”IsLeaseHeld
Section titled “ IsLeaseHeld”Gets a value indicating whether the current node currently holds the active reporter lease.
public bool IsLeaseHeld { get; }Property Value
Section titled “Property Value”IsLeaseMissing
Section titled “ IsLeaseMissing”Gets a value indicating whether no active reporter lease is currently visible for automatic retry.
public bool IsLeaseMissing { get; }Property Value
Section titled “Property Value”IsOperatorOnly
Section titled “ IsOperatorOnly”Gets a value indicating whether automatic background retry still remains operator-owned outside Cephalon.
public bool IsOperatorOnly { get; }Property Value
Section titled “Property Value”IsSingleNode
Section titled “ IsSingleNode”Gets a value indicating whether automatic background retry can execute without reporter-lease coordination.
public bool IsSingleNode { get; }Property Value
Section titled “Property Value”IsUncoordinated
Section titled “ IsUncoordinated”Gets a value indicating whether automatic background retry currently remains uncoordinated on the current node.
public bool IsUncoordinated { get; }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”ObservedEdgeNodeIds
Section titled “ ObservedEdgeNodeIds”Gets the declared or observed edge-node identifiers currently visible for the execution runtime.
public IReadOnlyList<string> ObservedEdgeNodeIds { get; init; }Property Value
Section titled “Property Value”ReporterCoordinationIssueReason
Section titled “ ReporterCoordinationIssueReason”Gets the current reporter-coordination degraded-reason identifier when one applies.
public string ReporterCoordinationIssueReason { get; init; }Property Value
Section titled “Property Value”ReporterCoordinationState
Section titled “ ReporterCoordinationState”Gets the current reporter-coordination state that informed automatic background retry coordination.
public string ReporterCoordinationState { get; init; }Property Value
Section titled “Property Value”ReporterTakeoverState
Section titled “ ReporterTakeoverState”Gets the current reporter takeover state when one applies.
public string ReporterTakeoverState { get; init; }Property Value
Section titled “Property Value”RetryExecutionPolicyState
Section titled “ RetryExecutionPolicyState”Gets the current managed-connector retry-execution policy state that informed coordination.
public string RetryExecutionPolicyState { get; init; }Property Value
Section titled “Property Value”SourceId
Section titled “ SourceId”Gets the primary source identifier Cephalon used to derive automatic background retry coordination.
public string SourceId { get; init; }Property Value
Section titled “Property Value”Gets the stable managed-connector automatic background retry coordination state.
public string State { get; }