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

Class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus

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

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

Describes the current operator-facing managed-connector bounded command-journal posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus(string, string?)”

Creates a new managed-connector command-journal answer.

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

state string

The stable command-journal state, such as not-applicable, empty, bounded, truncated, cooldown-active, duplicate-evidence-present, or insufficient-for-automation.

description string?

An optional operator-facing command-journal summary.

Gets the current managed-connector action-plan state that informed the command journal.

public string ActionPlanState { get; init; }

string

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

public bool AppliesToManagedConnector { get; }

bool

Gets the number of active command-journal categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable command-journal categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with the command journal.

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

IReadOnlyList<string>

Gets the current managed-connector command-envelope state that informed the command journal.

public string CommandEnvelopeState { get; init; }

string

Gets the deterministic command fingerprint currently associated with the command journal.

public string CommandFingerprint { get; init; }

string

Gets the current managed-connector command-issuance state that informed the command journal.

public string CommandIssuanceState { get; init; }

string

Gets the primary source identifier already associated with the command-retry lane.

public string CommandRetrySourceId { get; init; }

string

Gets the current managed-connector command-retry state that informed the command journal.

public string CommandRetryState { get; init; }

string

Gets the best available connector-cluster identifier currently associated with the command journal.

public string? ConnectClusterId { get; init; }

string?

Gets the best available connector-class identifier currently associated with the command journal.

public string? ConnectorClass { get; init; }

string?

Gets the timestamp when the active retry cooldown window ends, when one applies.

public DateTimeOffset? CooldownUntilUtc { get; init; }

DateTimeOffset?

Gets an optional operator-facing command-journal summary.

public string? Description { get; }

string?

Gets the current managed-connector drift state that informed the command journal.

public string DriftState { get; init; }

string

Gets the current managed-connector dry-run state that informed the command journal.

public string DryRunState { get; init; }

string

Gets the current managed-connector execution-adapter state that informed the command journal.

public string ExecutionAdapterState { get; init; }

string

Gets the current managed-connector execution-approval state that informed the command journal.

public string ExecutionApprovalState { get; init; }

string

Gets the current managed-connector execution-intent state that informed the command journal.

public string ExecutionIntentState { get; init; }

string

Gets the stable execution-runtime identifier currently associated with the command journal.

public string ExecutionRuntimeId { get; init; }

string

Gets the current managed-connector governance state that informed the command journal.

public string GovernanceState { get; init; }

string

Gets a value indicating whether the bounded command journal currently exposes an active cooldown window.

public bool HasCooldownWindow { get; }

bool

Gets a value indicating whether the bounded command journal contains evidence that replaying the command would be duplicative.

public bool HasDuplicateEvidence { get; }

bool

Gets a value indicating whether the latest retained command currently matches the derived command fingerprint.

public bool HasMatchingCommandFingerprint { get; init; }

bool

Gets a value indicating whether the latest retained command currently matches the derived retry fingerprint.

public bool HasMatchingRetryFingerprint { get; init; }

bool

Gets a value indicating whether Cephalon has recorded one or more managed-connector command outcomes for the journal.

public bool HasRecordedCommandHistory { get; }

bool

Gets a value indicating whether the bounded command journal currently retains one or more entries.

public bool HasRetainedCommandHistory { get; }

bool

Gets a value indicating whether the bounded command journal has truncated at least one older entry.

public bool HasTruncatedHistory { get; }

bool

Gets a value indicating whether automatic background retry execution is enabled for the current journal answer.

public bool IsAutomaticRetryEnabled { get; init; }

bool

Gets a value indicating whether the bounded command journal currently retains enough evidence for operator-facing automation answers.

public bool IsBounded { get; }

bool

Gets a value indicating whether the bounded command journal currently exposes an active cooldown window.

public bool IsCooldownActive { get; }

bool

Gets a value indicating whether the current command journal targets a destructive connector operation.

public bool IsDestructiveOperation { get; init; }

bool

Gets a value indicating whether the bounded command journal currently has no recorded entries.

public bool IsEmpty { get; }

bool

Gets a value indicating whether the bounded command journal currently remains insufficient for automation.

public bool IsInsufficientForAutomation { get; }

bool

Gets a value indicating whether the bounded command journal has truncated older entries.

public bool IsTruncated { get; }

bool

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

public string LatestAttemptId { get; init; }

string

Gets the latest recorded managed-connector command-execution state visible to the command journal.

public string LatestCommandExecutionState { get; init; }

string

Gets the deterministic latest retained execution fingerprint currently visible to the command journal.

public string LatestExecutionFingerprint { get; init; }

string

Gets the timestamp when Cephalon recorded the latest retained command-execution outcome that informed the command journal.

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 maximum number of bounded journal entries Cephalon retains for one execution runtime.

public int MaximumRetainedEntryCount { get; init; }

int

Gets the stable oldest retained command-execution attempt identifier when one exists.

public string OldestRetainedAttemptId { get; init; }

string

Gets the timestamp when Cephalon recorded the oldest retained command-execution outcome currently visible in the bounded journal.

public DateTimeOffset? OldestRetainedRecordedAtUtc { get; init; }

DateTimeOffset?

Gets the stable management-operation identifier currently associated with the command journal.

public string OperationId { get; init; }

string

Gets the number of visible potential shared write-path changes currently associated with the command journal.

public int PotentialChangeCount { get; init; }

int

Gets the current managed-connector preflight state that informed the command journal.

public string PreflightState { get; init; }

string

Gets the primary action identifier currently associated with the runtime’s managed-connector action plan.

public string PrimaryActionId { get; init; }

string

Gets the current runtime-level remediation state that informed the command journal.

public string RemediationState { get; init; }

string

Gets the current runtime-level reporting-coverage state that informed the command journal.

public string ReportingCoverageState { get; init; }

string

Gets a value indicating whether the current command journal still requires an explicit approval gate.

public bool RequiresExplicitApproval { get; init; }

bool

Gets the number of bounded journal entries Cephalon currently retains for the execution runtime.

public int RetainedEntryCount { get; init; }

int

Gets the primary source identifier already associated with the retry-execution policy lane.

public string RetryExecutionPolicySourceId { get; init; }

string

Gets the current managed-connector retry-execution policy state that informed the command journal.

public string RetryExecutionPolicyState { get; init; }

string

Gets the deterministic retry fingerprint currently associated with the command journal.

public string RetryFingerprint { get; init; }

string

Gets the primary source identifier Cephalon used to derive the command journal.

public string SourceId { get; init; }

string

Gets the best available source-provider identifier currently associated with the command journal.

public string? SourceProviderId { get; init; }

string?

Gets the stable managed-connector command-journal state.

public string State { get; }

string

Gets the total number of command-execution outcomes Cephalon has recorded for the execution runtime.

public int TotalRecordedEntryCount { get; init; }

int

Gets a value indicating whether the current command journal still reflects one or more shared write-path changes.

public bool WouldApplyChanges { get; init; }

bool

Gets the current managed-connector write-path readiness state that informed the command journal.

public string WritePathReadinessState { get; init; }

string