Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStatus
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes the current operator-facing managed-connector provider-owned write-path execution posture for one CDC execution runtime.
public sealed record CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStatus>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStatus>
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”CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStatus(string, string?)
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStatus(string, string?)”Creates a new managed-connector provider-owned write-path execution answer.
public CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionStatus(string state, string? description = null)Parameters
Section titled “Parameters”state string
The stable provider-owned write-path execution state, such as not-applicable, operator-only, provider-executable, provider-blocked, provider-owned-executing, provider-owned-completed, or provider-owned-risk.
description string?
An optional operator-facing provider-owned write-path execution summary.
Properties
Section titled “Properties”AdapterFingerprint
Section titled “ AdapterFingerprint”Gets the deterministic execution-adapter fingerprint currently associated with provider-owned write-path execution.
public string AdapterFingerprint { get; init; }Property Value
Section titled “Property Value”AdapterId
Section titled “ AdapterId”Gets the stable provider execution-adapter identifier currently associated with provider-owned write-path execution.
public string AdapterId { 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 provider-owned write-path execution.
public string AutomaticRetryExecutionState { get; init; }Property Value
Section titled “Property Value”CanExecuteProviderOwnedWritePathOnCurrentNode
Section titled “ CanExecuteProviderOwnedWritePathOnCurrentNode”Gets a value indicating whether the current node can execute provider-owned write-path work safely.
public bool CanExecuteProviderOwnedWritePathOnCurrentNode { get; init; }Property Value
Section titled “Property Value”CategoryCount
Section titled “ CategoryCount”Gets the number of active provider-owned write-path execution 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-owned write-path execution 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-owned write-path execution.
public IReadOnlyList<string> CdcCaptureIds { get; init; }Property Value
Section titled “Property Value”CommandFingerprint
Section titled “ CommandFingerprint”Gets the deterministic command fingerprint currently associated with provider-owned write-path execution.
public string CommandFingerprint { get; init; }Property Value
Section titled “Property Value”ConnectClusterId
Section titled “ ConnectClusterId”Gets the best available connector-cluster identifier currently associated with provider-owned write-path execution.
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-owned write-path execution.
public string? ConnectorClass { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing provider-owned write-path execution 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 provider-owned write-path execution.
public string DistributedRetryLeaseState { get; init; }Property Value
Section titled “Property Value”DurableSharedSchedulerOrchestrationState
Section titled “ DurableSharedSchedulerOrchestrationState”Gets the current managed-connector durable shared scheduler-orchestration state that informed provider-owned write-path execution.
public string DurableSharedSchedulerOrchestrationState { get; init; }Property Value
Section titled “Property Value”ExecutionAdapterState
Section titled “ ExecutionAdapterState”Gets the current managed-connector execution-adapter state that informed provider-owned write-path execution.
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-owned write-path execution.
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-owned write-path execution.
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-owned write-path execution.
public string ExecutionTopology { get; init; }Property Value
Section titled “Property Value”IsDestructiveOperation
Section titled “ IsDestructiveOperation”Gets a value indicating whether the current provider-owned write-path targets a destructive connector operation.
public bool IsDestructiveOperation { get; init; }Property Value
Section titled “Property Value”IsOperatorOnly
Section titled “ IsOperatorOnly”Gets a value indicating whether provider-owned write-path execution still remains operator-owned outside Cephalon.
public bool IsOperatorOnly { get; }Property Value
Section titled “Property Value”IsProviderBlocked
Section titled “ IsProviderBlocked”Gets a value indicating whether provider-owned write-path execution currently remains blocked.
public bool IsProviderBlocked { get; }Property Value
Section titled “Property Value”IsProviderExecutable
Section titled “ IsProviderExecutable”Gets a value indicating whether provider-owned write-path execution is currently ready.
public bool IsProviderExecutable { get; }Property Value
Section titled “Property Value”IsProviderOwnedCompleted
Section titled “ IsProviderOwnedCompleted”Gets a value indicating whether provider-owned write-path execution no longer needs another provider command.
public bool IsProviderOwnedCompleted { get; }Property Value
Section titled “Property Value”IsProviderOwnedExecuting
Section titled “ IsProviderOwnedExecuting”Gets a value indicating whether provider-owned write-path execution already translated a provider-facing command shape.
public bool IsProviderOwnedExecuting { get; }Property Value
Section titled “Property Value”IsProviderOwnedRisk
Section titled “ IsProviderOwnedRisk”Gets a value indicating whether provider-owned write-path execution currently remains risky.
public bool IsProviderOwnedRisk { get; }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”LatestCommandExecutionInvocationSourceId
Section titled “ LatestCommandExecutionInvocationSourceId”Gets the invocation-source identifier of the latest recorded command-execution outcome.
public string LatestCommandExecutionInvocationSourceId { get; init; }Property Value
Section titled “Property Value”LatestCommandExecutionState
Section titled “ LatestCommandExecutionState”Gets the latest recorded managed-connector command-execution state visible to provider-owned write-path execution.
public string LatestCommandExecutionState { get; init; }Property Value
Section titled “Property Value”LatestExecutionFingerprint
Section titled “ LatestExecutionFingerprint”Gets the deterministic latest recorded execution fingerprint currently visible to provider-owned write-path execution.
public string LatestExecutionFingerprint { 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-owned write-path execution.
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”OperationId
Section titled “ OperationId”Gets the stable management-operation identifier currently associated with provider-owned write-path execution.
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-owned write-path execution.
public int PotentialChangeCount { get; init; }Property Value
Section titled “Property Value”ProviderId
Section titled “ ProviderId”Gets the best available provider identifier currently associated with provider-owned write-path execution.
public string? ProviderId { get; init; }Property Value
Section titled “Property Value”RequiresExplicitApproval
Section titled “ RequiresExplicitApproval”Gets a value indicating whether the current provider-owned write-path 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-owned write-path execution.
public string RetryExecutionPolicyState { get; init; }Property Value
Section titled “Property Value”RetryFingerprint
Section titled “ RetryFingerprint”Gets the deterministic retry fingerprint currently associated with provider-owned write-path execution.
public string RetryFingerprint { get; init; }Property Value
Section titled “Property Value”SchedulerRecoveryExecutionHardeningState
Section titled “ SchedulerRecoveryExecutionHardeningState”Gets the current managed-connector scheduler recovery and execution-hardening state that informed provider-owned write-path execution.
public string SchedulerRecoveryExecutionHardeningState { get; init; }Property Value
Section titled “Property Value”SourceId
Section titled “ SourceId”Gets the primary source identifier Cephalon used to derive provider-owned write-path execution.
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-owned write-path execution.
public string? SourceProviderId { get; init; }Property Value
Section titled “Property Value”Gets the stable managed-connector provider-owned write-path execution state.
public string State { get; }Property Value
Section titled “Property Value”WouldApplyChanges
Section titled “ WouldApplyChanges”Gets a value indicating whether the current provider-owned write-path would still apply one or more shared write-path changes.
public bool WouldApplyChanges { get; init; }