ข้ามไปยังเนื้อหา

Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStatus

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Describes the current operator-facing managed-connector provider-owned control-plane ownership posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStatus(string, string?)”

Creates a new managed-connector provider-owned control-plane ownership answer.

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

state string

The stable provider-owned control-plane ownership state, such as not-applicable, operator-only, ownership-ready, ownership-blocked, ownership-active, ownership-partial, or ownership-risk.

description string?

An optional operator-facing provider-owned control-plane ownership 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 the deterministic execution-adapter fingerprint currently associated with provider-owned control-plane ownership.

public string AdapterFingerprint { get; init; }

string

Gets the stable provider execution-adapter identifier currently associated with provider-owned control-plane ownership.

public string AdapterId { get; init; }

string

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

public bool AppliesToManagedConnector { get; }

bool

CanExerciseProviderOwnedControlPlaneOnCurrentNode

Section titled “ CanExerciseProviderOwnedControlPlaneOnCurrentNode”

Gets a value indicating whether the current node can exercise bounded provider-owned control-plane work safely.

public bool CanExerciseProviderOwnedControlPlaneOnCurrentNode { get; init; }

bool

Gets the number of active provider-owned control-plane ownership categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable provider-owned control-plane ownership categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with provider-owned control-plane ownership.

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

IReadOnlyList<string>

Gets the deterministic command fingerprint currently associated with provider-owned control-plane ownership.

public string CommandFingerprint { get; init; }

string

Gets the current managed-connector command-journal state that informed provider-owned control-plane ownership.

public string CommandJournalState { get; init; }

string

Gets the best available connector-cluster identifier currently associated with provider-owned control-plane ownership.

public string? ConnectClusterId { get; init; }

string?

Gets the best available connector-class identifier currently associated with provider-owned control-plane ownership.

public string? ConnectorClass { get; init; }

string?

Gets the host-owned coordination owner identifier when one is known.

public string? CoordinationOwnerId { get; init; }

string?

Gets an optional operator-facing provider-owned control-plane ownership summary.

public string? Description { get; }

string?

Gets the current durable shared scheduler-orchestration state that informed provider-owned control-plane ownership.

public string DurableSharedSchedulerOrchestrationState { get; init; }

string

Gets the current managed-connector execution-adapter state that informed provider-owned control-plane ownership.

public string ExecutionAdapterState { get; init; }

string

Gets the operator-facing execution-ownership mode that informed provider-owned control-plane ownership.

public string ExecutionOwnership { get; init; }

string

Gets the stable execution-runtime identifier currently associated with provider-owned control-plane ownership.

public string ExecutionRuntimeId { get; init; }

string

Gets the operator-facing execution-topology classification that informed provider-owned control-plane ownership.

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 the current command journal already exposes provider-owned control-plane evidence.

public bool HasCommandJournalEvidence { 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 the durable command-journal store 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 the current provider-owned control-plane lane targets a destructive connector operation.

public bool IsDestructiveOperation { get; init; }

bool

Gets a value indicating whether provider-owned control-plane ownership still remains operator-owned outside Cephalon.

public bool IsOperatorOnly { get; }

bool

Gets a value indicating whether provider-owned control-plane ownership is currently active on one bounded provider-facing step.

public bool IsOwnershipActive { get; }

bool

Gets a value indicating whether provider-owned control-plane ownership currently remains blocked.

public bool IsOwnershipBlocked { get; }

bool

Gets a value indicating whether provider-owned control-plane ownership currently remains partial.

public bool IsOwnershipPartial { get; }

bool

Gets a value indicating whether provider-owned control-plane ownership is currently ready.

public bool IsOwnershipReady { get; }

bool

Gets a value indicating whether provider-owned control-plane ownership currently remains risky.

public bool IsOwnershipRisk { get; }

bool

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

public string LatestAttemptId { 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 provider-owned control-plane ownership.

public string LatestCommandExecutionState { get; init; }

string

Gets the deterministic latest recorded execution fingerprint currently visible to provider-owned control-plane ownership.

public string LatestExecutionFingerprint { get; init; }

string

Gets the timestamp when Cephalon recorded the latest command-execution outcome that informed provider-owned control-plane ownership.

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 provider-owned control-plane ownership.

public string OperationId { get; init; }

string

Gets the bounded retry scheduler polling interval, in seconds, when one is configured.

public int PollingIntervalSeconds { get; init; }

int

Gets the number of visible potential shared provider-execution changes currently associated with provider-owned control-plane ownership.

public int PotentialChangeCount { get; init; }

int

Gets the current broader provider execution-orchestration state that informed provider-owned control-plane ownership.

public string ProviderExecutionOrchestrationState { get; init; }

string

Gets the best available provider identifier currently associated with provider-owned control-plane ownership.

public string? ProviderId { get; init; }

string?

Gets the current provider-owned write-path execution state that informed provider-owned control-plane ownership.

public string ProviderOwnedWritePathExecutionState { get; init; }

string

Gets a value indicating whether the current provider-owned control-plane lane still requires explicit approval.

public bool RequiresExplicitApproval { get; init; }

bool

Gets the current managed-connector retry-execution policy state that informed provider-owned control-plane ownership.

public string RetryExecutionPolicyState { get; init; }

string

Gets the deterministic retry fingerprint currently associated with provider-owned control-plane ownership.

public string RetryFingerprint { get; init; }

string

Gets the stable shared scheduler identifier currently associated with provider-owned control-plane ownership.

public string SchedulerId { get; init; }

string

Gets the stable shared scheduler kind currently associated with provider-owned control-plane ownership.

public string SchedulerKind { get; init; }

string

Gets the current scheduler recovery and execution-hardening state that informed provider-owned control-plane ownership.

public string SchedulerRecoveryExecutionHardeningState { get; init; }

string

Gets the primary source identifier Cephalon used to derive provider-owned control-plane ownership.

public string SourceId { get; init; }

string

Gets the best available source-provider identifier currently associated with provider-owned control-plane ownership.

public string? SourceProviderId { get; init; }

string?

Gets the stable managed-connector provider-owned control-plane ownership state.

public string State { get; }

string

Gets a value indicating whether the current provider-owned control-plane lane would still apply one or more shared write-path changes.

public bool WouldApplyChanges { get; init; }

bool