Class CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStatus
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes the current operator-facing managed-connector provider-specific control-plane materializer posture for one CDC execution runtime.
public sealed record CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStatus>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStatus>
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”CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStatus(string, string?)
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStatus(string, string?)”Creates a new provider-specific control-plane materializer answer.
public CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStatus(string state, string? description = null)Parameters
Section titled “Parameters”state string
The stable provider-specific control-plane materializer state, such as not-applicable, operator-only, materializer-unavailable, materializer-ready, materializer-selected, materializer-executing, or materializer-risk.
description string?
An optional operator-facing provider-specific materializer 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”CanUseProviderSpecificControlPlaneMaterializerOnCurrentNode
Section titled “ CanUseProviderSpecificControlPlaneMaterializerOnCurrentNode”Gets a value indicating whether the current node can use the selected provider-specific control-plane materializer safely.
public bool CanUseProviderSpecificControlPlaneMaterializerOnCurrentNode { get; init; }Property Value
Section titled “Property Value”CategoryCount
Section titled “ CategoryCount”Gets the number of active provider-specific materializer categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable provider-specific control-plane materializer 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 provider-specific control-plane materialization.
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 provider-specific materialization.
public string CommandJournalState { get; init; }Property Value
Section titled “Property Value”CommandRetryState
Section titled “ CommandRetryState”Gets the current managed-connector command-retry state that informed provider-specific materialization.
public string CommandRetryState { get; init; }Property Value
Section titled “Property Value”ConnectClusterId
Section titled “ ConnectClusterId”Gets the best available connector-cluster identifier currently associated with provider-specific materialization.
public string? ConnectClusterId { get; init; }Property Value
Section titled “Property Value”ConnectorClass
Section titled “ ConnectorClass”Gets the best available connector-class identifier currently associated with provider-specific materialization.
public string? ConnectorClass { get; init; }Property Value
Section titled “Property Value”ConnectorId
Section titled “ ConnectorId”Gets the best available connector identifier currently associated with provider-specific materialization.
public string? ConnectorId { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing provider-specific materializer summary.
public string? Description { get; }Property Value
Section titled “Property Value”ExecutionAdapterState
Section titled “ ExecutionAdapterState”Gets the current shared execution-adapter state that informed provider-specific materialization.
public string ExecutionAdapterState { get; init; }Property Value
Section titled “Property Value”ExecutionOwnership
Section titled “ ExecutionOwnership”Gets the operator-facing execution-ownership mode that informed provider-specific materialization.
public string ExecutionOwnership { get; init; }Property Value
Section titled “Property Value”ExecutionRuntimeId
Section titled “ ExecutionRuntimeId”Gets the stable execution-runtime identifier currently associated with provider-specific control-plane materialization.
public string ExecutionRuntimeId { get; init; }Property Value
Section titled “Property Value”ExecutionTopology
Section titled “ ExecutionTopology”Gets the operator-facing execution-topology classification that informed provider-specific materialization.
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”HasConnectorIdentity
Section titled “ HasConnectorIdentity”Gets a value indicating whether the runtime currently exposes one connector identity for provider-specific materialization.
public bool HasConnectorIdentity { get; init; }Property Value
Section titled “Property Value”HasDeclaredDependencyIdentity
Section titled “ HasDeclaredDependencyIdentity”Gets a value indicating whether declared dependency identity is complete.
public bool HasDeclaredDependencyIdentity { get; init; }Property Value
Section titled “Property Value”HasMaterializerIdentity
Section titled “ HasMaterializerIdentity”Gets a value indicating whether the runtime currently exposes one selected materializer identifier.
public bool HasMaterializerIdentity { get; init; }Property Value
Section titled “Property Value”HasProviderIdentity
Section titled “ HasProviderIdentity”Gets a value indicating whether the runtime currently exposes one provider identity for provider-specific materialization.
public bool HasProviderIdentity { get; init; }Property Value
Section titled “Property Value”HasProviderSurfaceIdentity
Section titled “ HasProviderSurfaceIdentity”Gets a value indicating whether the runtime currently exposes one provider-facing surface identifier.
public bool HasProviderSurfaceIdentity { get; init; }Property Value
Section titled “Property Value”HasReportedDependencyIdentity
Section titled “ HasReportedDependencyIdentity”Gets a value indicating whether reported dependency identity is complete.
public bool HasReportedDependencyIdentity { get; init; }Property Value
Section titled “Property Value”HasSelectedMaterializer
Section titled “ HasSelectedMaterializer”Gets a value indicating whether the runtime currently exposes one selected provider-specific materializer.
public bool HasSelectedMaterializer { get; }Property Value
Section titled “Property Value”HasTargetOperation
Section titled “ HasTargetOperation”Gets a value indicating whether the current answer exposes one concrete target operation.
public bool HasTargetOperation { get; init; }Property Value
Section titled “Property Value”HasTransportIdentity
Section titled “ HasTransportIdentity”Gets a value indicating whether the runtime currently exposes one provider transport kind.
public bool HasTransportIdentity { get; init; }Property Value
Section titled “Property Value”HasWorkerIdentity
Section titled “ HasWorkerIdentity”Gets a value indicating whether the runtime currently exposes one provider worker identity.
public bool HasWorkerIdentity { get; init; }Property Value
Section titled “Property Value”IsDestructiveOperation
Section titled “ IsDestructiveOperation”Gets a value indicating whether the current provider lane targets a destructive connector operation.
public bool IsDestructiveOperation { get; init; }Property Value
Section titled “Property Value”IsMaterializerExecuting
Section titled “ IsMaterializerExecuting”Gets a value indicating whether the selected provider-specific control-plane materializer is currently executing.
public bool IsMaterializerExecuting { get; }Property Value
Section titled “Property Value”IsMaterializerReady
Section titled “ IsMaterializerReady”Gets a value indicating whether one provider-specific control-plane materializer is currently ready.
public bool IsMaterializerReady { get; }Property Value
Section titled “Property Value”IsMaterializerRisk
Section titled “ IsMaterializerRisk”Gets a value indicating whether provider-specific control-plane materialization currently remains risky.
public bool IsMaterializerRisk { get; }Property Value
Section titled “Property Value”IsMaterializerSelected
Section titled “ IsMaterializerSelected”Gets a value indicating whether one provider-specific control-plane materializer is currently selected.
public bool IsMaterializerSelected { get; }Property Value
Section titled “Property Value”IsMaterializerUnavailable
Section titled “ IsMaterializerUnavailable”Gets a value indicating whether one provider-specific control-plane materializer is currently unavailable.
public bool IsMaterializerUnavailable { get; }Property Value
Section titled “Property Value”IsMutationOperation
Section titled “ IsMutationOperation”Gets a value indicating whether the current answer currently represents one provider-owned mutation operation.
public bool IsMutationOperation { get; init; }Property Value
Section titled “Property Value”IsOperatorOnly
Section titled “ IsOperatorOnly”Gets a value indicating whether provider-specific control-plane materialization still remains operator-owned outside Cephalon.
public bool IsOperatorOnly { get; }Property Value
Section titled “Property Value”IsProvisioningOperation
Section titled “ IsProvisioningOperation”Gets a value indicating whether the current answer currently represents the broader provisioning lane.
public bool IsProvisioningOperation { get; init; }Property Value
Section titled “Property Value”IsReconcileOperation
Section titled “ IsReconcileOperation”Gets a value indicating whether the current answer currently represents one provider-owned reconcile operation.
public bool IsReconcileOperation { get; init; }Property Value
Section titled “Property Value”LatestAttemptId
Section titled “ LatestAttemptId”Gets the stable latest recorded command-execution attempt identifier when one exists.
public string LatestAttemptId { get; init; }Property Value
Section titled “Property Value”LatestCommandExecutionState
Section titled “ LatestCommandExecutionState”Gets the latest recorded managed-connector command-execution state visible to provider-specific materialization.
public string LatestCommandExecutionState { get; init; }Property Value
Section titled “Property Value”LatestRecordedAtUtc
Section titled “ LatestRecordedAtUtc”Gets the timestamp when Cephalon recorded the latest command-execution outcome that informed provider-specific materialization.
public DateTimeOffset? LatestRecordedAtUtc { 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”MaterializerId
Section titled “ MaterializerId”Gets the materializer identifier currently associated with provider-specific materialization when one is known.
public string? MaterializerId { get; init; }Property Value
Section titled “Property Value”OperationId
Section titled “ OperationId”Gets the stable management-operation identifier currently associated with provider-specific materialization.
public string OperationId { get; init; }Property Value
Section titled “Property Value”PotentialChangeCount
Section titled “ PotentialChangeCount”Gets the number of visible potential shared write-path changes currently associated with provider-specific materialization.
public int PotentialChangeCount { get; init; }Property Value
Section titled “Property Value”ProviderExecutionOrchestrationState
Section titled “ ProviderExecutionOrchestrationState”Gets the current broader provider execution-orchestration state that informed provider-specific materialization.
public string ProviderExecutionOrchestrationState { get; init; }Property Value
Section titled “Property Value”ProviderId
Section titled “ ProviderId”Gets the provider identifier currently associated with provider-specific materialization when one is known.
public string? ProviderId { get; init; }Property Value
Section titled “Property Value”ProviderOwnedControlPlaneApplyAndReconcileExecutionState
Section titled “ ProviderOwnedControlPlaneApplyAndReconcileExecutionState”Gets the current provider-owned control-plane apply-and-reconcile execution state that informed provider-specific materialization.
public string ProviderOwnedControlPlaneApplyAndReconcileExecutionState { get; init; }Property Value
Section titled “Property Value”ProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningState
Section titled “ ProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningState”Gets the current provider-owned control-plane dependency-aware provisioning and mutation hardening state that informed provider-specific materialization.
public string ProviderOwnedControlPlaneDependencyAwareProvisioningAndMutationHardeningState { get; init; }Property Value
Section titled “Property Value”ProviderOwnedControlPlaneMutationReconcileState
Section titled “ ProviderOwnedControlPlaneMutationReconcileState”Gets the current provider-owned control-plane mutation and reconcile state that informed provider-specific materialization.
public string ProviderOwnedControlPlaneMutationReconcileState { get; init; }Property Value
Section titled “Property Value”ProviderOwnedControlPlaneOwnershipState
Section titled “ ProviderOwnedControlPlaneOwnershipState”Gets the current provider-owned control-plane ownership state that informed provider-specific materialization.
public string ProviderOwnedControlPlaneOwnershipState { get; init; }Property Value
Section titled “Property Value”ProviderOwnedControlPlaneProvisioningState
Section titled “ ProviderOwnedControlPlaneProvisioningState”Gets the current provider-owned control-plane provisioning state that informed provider-specific materialization.
public string ProviderOwnedControlPlaneProvisioningState { get; init; }Property Value
Section titled “Property Value”ProviderOwnedWritePathExecutionState
Section titled “ ProviderOwnedWritePathExecutionState”Gets the current provider-owned write-path execution state that informed provider-specific materialization.
public string ProviderOwnedWritePathExecutionState { get; init; }Property Value
Section titled “Property Value”ProviderSurfaceId
Section titled “ ProviderSurfaceId”Gets the provider-facing surface identifier currently associated with provider-specific materialization when one is known.
public string? ProviderSurfaceId { get; init; }Property Value
Section titled “Property Value”ReconciliationReason
Section titled “ ReconciliationReason”Gets the latest operator-facing reconciliation summary currently visible for the managed connector.
public string? ReconciliationReason { get; init; }Property Value
Section titled “Property Value”ReconciliationState
Section titled “ ReconciliationState”Gets the latest reconciliation state currently visible for the managed connector.
public string? ReconciliationState { get; init; }Property Value
Section titled “Property Value”RequiresExplicitApproval
Section titled “ RequiresExplicitApproval”Gets a value indicating whether the current provider lane still requires explicit approval.
public bool RequiresExplicitApproval { get; init; }Property Value
Section titled “Property Value”RetryExecutionPolicyState
Section titled “ RetryExecutionPolicyState”Gets the current managed-connector retry-execution policy state that informed provider-specific materialization.
public string RetryExecutionPolicyState { get; init; }Property Value
Section titled “Property Value”SourceId
Section titled “ SourceId”Gets the primary source identifier Cephalon used to derive provider-specific materialization.
public string SourceId { get; init; }Property Value
Section titled “Property Value”SourceProviderId
Section titled “ SourceProviderId”Gets the best available source-provider identifier currently associated with provider-specific materialization.
public string? SourceProviderId { get; init; }Property Value
Section titled “Property Value”Gets the stable managed-connector provider-specific control-plane materializer state.
public string State { get; }Property Value
Section titled “Property Value”TransportKind
Section titled “ TransportKind”Gets the provider transport kind currently associated with provider-specific materialization when one is known.
public string? TransportKind { get; init; }Property Value
Section titled “Property Value”WorkerId
Section titled “ WorkerId”Gets the best available provider worker identifier currently associated with provider-specific materialization.
public string? WorkerId { get; init; }Property Value
Section titled “Property Value”WouldApplyChanges
Section titled “ WouldApplyChanges”Gets a value indicating whether the current provider lane would still apply one or more shared write-path changes.
public bool WouldApplyChanges { get; init; }