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

Class CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStatus

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

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

Describes the current operator-facing managed-connector provider-specific control-plane dependency-aware teardown and mutation-execution hardening posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStatus(string, string?)”

Creates a new managed-connector provider-specific control-plane dependency-aware teardown and mutation-execution hardening answer.

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

state string

The stable provider-specific dependency-aware teardown and mutation-execution hardening state, such as not-applicable, operator-only, dependency-ready, teardown-blocked, mutation-execution-blocked, dependency-degraded, teardown-hardened, mutation-execution-hardened, or dependency-risk.

description string?

An optional operator-facing teardown and mutation-execution 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

CanExecuteDependencyAwareMutationExecutionOnCurrentNode

Section titled “ CanExecuteDependencyAwareMutationExecutionOnCurrentNode”

Gets a value indicating whether the current node can execute dependency-aware mutation execution safely.

public bool CanExecuteDependencyAwareMutationExecutionOnCurrentNode { get; init; }

bool

CanExecuteDependencyAwareTeardownAndMutationExecutionOnCurrentNode

Section titled “ CanExecuteDependencyAwareTeardownAndMutationExecutionOnCurrentNode”

Gets a value indicating whether the current node can execute dependency-aware teardown or mutation execution safely.

public bool CanExecuteDependencyAwareTeardownAndMutationExecutionOnCurrentNode { get; init; }

bool

CanExecuteDependencyAwareTeardownOnCurrentNode

Section titled “ CanExecuteDependencyAwareTeardownOnCurrentNode”

Gets a value indicating whether the current node can execute dependency-aware teardown safely.

public bool CanExecuteDependencyAwareTeardownOnCurrentNode { get; init; }

bool

Gets the number of active provider-specific teardown and mutation-execution hardening categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable provider-specific dependency-aware teardown and mutation-execution hardening categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with provider-specific teardown and mutation-execution hardening.

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

IReadOnlyList<string>

Gets the current managed-connector command-journal state that informed this hardening answer.

public string CommandJournalState { get; init; }

string

Gets the current managed-connector command-retry state that informed this hardening answer.

public string CommandRetryState { get; init; }

string

Gets the best available connector-cluster identifier currently associated with provider-specific teardown and mutation execution.

public string? ConnectClusterId { get; init; }

string?

Gets the best available connector-class identifier currently associated with provider-specific teardown and mutation execution.

public string? ConnectorClass { get; init; }

string?

Gets the best available connector identifier currently associated with provider-specific teardown and mutation execution.

public string? ConnectorId { get; init; }

string?

Gets an optional operator-facing teardown and mutation-execution hardening summary.

public string? Description { get; }

string?

Gets the current shared execution-adapter state that informed this hardening answer.

public string ExecutionAdapterState { get; init; }

string

Gets the operator-facing execution-ownership mode that informed provider-specific teardown and mutation-execution hardening.

public string ExecutionOwnership { get; init; }

string

Gets the stable execution-runtime identifier currently associated with provider-specific teardown and mutation-execution hardening.

public string ExecutionRuntimeId { get; init; }

string

Gets the operator-facing execution-topology classification that informed provider-specific teardown and mutation-execution 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 one active task topology is currently available.

public bool HasActiveTaskTopology { get; init; }

bool

Gets a value indicating whether the runtime currently exposes one connector identity.

public bool HasConnectorIdentity { get; init; }

bool

Gets a value indicating whether declared dependency identity is complete.

public bool HasDeclaredDependencyIdentity { get; init; }

bool

Gets a value indicating whether dependency identity currently reports one declared-versus-observed mismatch.

public bool HasDependencyIdentityMismatch { 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 runtime currently exposes one selected materializer identifier.

public bool HasMaterializerIdentity { 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 runtime currently exposes one provider identity.

public bool HasProviderIdentity { get; init; }

bool

Gets a value indicating whether the runtime currently exposes one provider-facing surface identifier.

public bool HasProviderSurfaceIdentity { 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 reported dependency identity is complete.

public bool HasReportedDependencyIdentity { get; init; }

bool

Gets a value indicating whether one reported task topology is currently available.

public bool HasReportedTaskTopology { get; init; }

bool

Gets a value indicating whether the current answer exposes one concrete target operation.

public bool HasTargetOperation { get; init; }

bool

Gets a value indicating whether one declared task baseline is currently available.

public bool HasTaskBaseline { get; init; }

bool

Gets a value indicating whether task topology currently reports one declared-versus-observed mismatch.

public bool HasTaskTopologyMismatch { get; init; }

bool

Gets a value indicating whether the runtime currently exposes one provider transport kind.

public bool HasTransportIdentity { get; init; }

bool

Gets a value indicating whether the runtime currently exposes one provider worker identity.

public bool HasWorkerIdentity { get; init; }

bool

Gets a value indicating whether provider-specific dependency-aware teardown and mutation execution currently remains degraded.

public bool IsDependencyDegraded { get; }

bool

Gets a value indicating whether provider-specific dependency-aware teardown and mutation execution is currently ready.

public bool IsDependencyReady { get; }

bool

Gets a value indicating whether provider-specific dependency-aware teardown and mutation execution currently remains risky.

public bool IsDependencyRisk { get; }

bool

Gets a value indicating whether the current provider lane targets a destructive connector operation.

public bool IsDestructiveOperation { get; init; }

bool

Gets a value indicating whether provider-specific dependency-aware mutation execution currently remains blocked.

public bool IsMutationExecutionBlocked { get; }

bool

Gets a value indicating whether provider-specific dependency-aware mutation execution is fully hardened.

public bool IsMutationExecutionHardened { get; }

bool

Gets a value indicating whether the current answer currently represents one mutation-execution operation.

public bool IsMutationExecutionOperation { get; init; }

bool

Gets a value indicating whether the current answer currently represents one provider-owned mutation operation.

public bool IsMutationOperation { get; init; }

bool

Gets a value indicating whether provider-specific dependency-aware teardown and mutation-execution hardening still remains operator-owned outside Cephalon.

public bool IsOperatorOnly { get; }

bool

Gets a value indicating whether the current answer currently represents one provider-owned reconcile operation.

public bool IsReconcileOperation { get; init; }

bool

Gets a value indicating whether provider-specific dependency-aware teardown currently remains blocked.

public bool IsTeardownBlocked { get; }

bool

Gets a value indicating whether provider-specific dependency-aware teardown is fully hardened.

public bool IsTeardownHardened { get; }

bool

Gets a value indicating whether the current answer currently represents one teardown operation.

public bool IsTeardownOperation { get; init; }

bool

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

public string LatestAttemptId { get; init; }

string

Gets the latest recorded managed-connector command-execution state visible to this hardening answer.

public string LatestCommandExecutionState { get; init; }

string

Gets the timestamp when Cephalon recorded the latest command-execution outcome that informed this hardening answer.

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 materializer identifier currently associated with provider-specific teardown and mutation execution when one is known.

public string? MaterializerId { get; init; }

string?

Gets the stable management-operation identifier currently associated with provider-specific teardown and mutation-execution hardening.

public string OperationId { get; init; }

string

Gets the number of visible potential shared write-path changes currently associated with this hardening answer.

public int PotentialChangeCount { get; init; }

int

Gets the current broader provider execution-orchestration state that informed this hardening answer.

public string ProviderExecutionOrchestrationState { get; init; }

string

Gets the provider identifier currently associated with provider-specific teardown and mutation execution when one is known.

public string? ProviderId { get; init; }

string?

ProviderOwnedControlPlaneApplyAndReconcileExecutionState

Section titled “ ProviderOwnedControlPlaneApplyAndReconcileExecutionState”

Gets the current provider-owned control-plane apply-and-reconcile execution state that informed this hardening answer.

public string ProviderOwnedControlPlaneApplyAndReconcileExecutionState { get; init; }

string

ProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningState

Section titled “ ProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningState”

Gets the current provider-owned control-plane dependency-aware provisioning and mutation hardening state that informed this hardening answer.

public string ProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningState { get; init; }

string

ProviderOwnedControlPlaneMutationReconcileState

Section titled “ ProviderOwnedControlPlaneMutationReconcileState”

Gets the current provider-owned control-plane mutation and reconcile state that informed this hardening answer.

public string ProviderOwnedControlPlaneMutationReconcileState { get; init; }

string

Gets the current provider-owned control-plane ownership state that informed this hardening answer.

public string ProviderOwnedControlPlaneOwnershipState { get; init; }

string

ProviderOwnedControlPlaneProvisioningState

Section titled “ ProviderOwnedControlPlaneProvisioningState”

Gets the current provider-owned control-plane provisioning state that informed this hardening answer.

public string ProviderOwnedControlPlaneProvisioningState { get; init; }

string

Gets the current provider-owned write-path execution state that informed this hardening answer.

public string ProviderOwnedWritePathExecutionState { get; init; }

string

ProviderSpecificControlPlaneMaterializerState

Section titled “ ProviderSpecificControlPlaneMaterializerState”

Gets the current provider-specific control-plane materializer state that informed this hardening answer.

public string ProviderSpecificControlPlaneMaterializerState { get; init; }

string

Gets the provider-facing surface identifier currently associated with provider-specific teardown and mutation execution when one is known.

public string? ProviderSurfaceId { get; init; }

string?

Gets the latest operator-facing reconciliation summary currently visible for the managed connector.

public string? ReconciliationReason { get; init; }

string?

Gets the latest reconciliation state currently visible for the managed connector.

public string? ReconciliationState { get; init; }

string?

Gets a value indicating whether the current provider lane still requires explicit approval.

public bool RequiresExplicitApproval { get; init; }

bool

Gets the current managed-connector retry-execution policy state that informed this hardening answer.

public string RetryExecutionPolicyState { get; init; }

string

Gets the primary source identifier Cephalon used to derive provider-specific teardown and mutation-execution hardening.

public string SourceId { get; init; }

string

Gets the best available source-provider identifier currently associated with provider-specific teardown and mutation execution.

public string? SourceProviderId { get; init; }

string?

Gets the stable managed-connector provider-specific control-plane dependency-aware teardown and mutation-execution hardening state.

public string State { get; }

string

Gets the provider transport kind currently associated with provider-specific teardown and mutation execution when one is known.

public string? TransportKind { get; init; }

string?

Gets the best available provider worker identifier currently associated with provider-specific teardown and mutation execution.

public string? WorkerId { get; init; }

string?

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

public bool WouldApplyChanges { get; init; }

bool