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>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus>
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”CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus(string, string?)
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus(string, string?)”Creates a new managed-connector command-journal answer.
public CdcCaptureExecutionRuntimeManagedConnectorCommandJournalStatus(string state, string? description = null)Parameters
Section titled “Parameters”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.
Properties
Section titled “Properties”ActionPlanState
Section titled “ ActionPlanState”Gets the current managed-connector action-plan state that informed the command journal.
public string ActionPlanState { 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”CategoryCount
Section titled “ CategoryCount”Gets the number of active command-journal categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable command-journal 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 the command journal.
public IReadOnlyList<string> CdcCaptureIds { get; init; }Property Value
Section titled “Property Value”CommandEnvelopeState
Section titled “ CommandEnvelopeState”Gets the current managed-connector command-envelope state that informed the command journal.
public string CommandEnvelopeState { get; init; }Property Value
Section titled “Property Value”CommandFingerprint
Section titled “ CommandFingerprint”Gets the deterministic command fingerprint currently associated with the command journal.
public string CommandFingerprint { get; init; }Property Value
Section titled “Property Value”CommandIssuanceState
Section titled “ CommandIssuanceState”Gets the current managed-connector command-issuance state that informed the command journal.
public string CommandIssuanceState { get; init; }Property Value
Section titled “Property Value”CommandRetrySourceId
Section titled “ CommandRetrySourceId”Gets the primary source identifier already associated with the command-retry lane.
public string CommandRetrySourceId { get; init; }Property Value
Section titled “Property Value”CommandRetryState
Section titled “ CommandRetryState”Gets the current managed-connector command-retry state that informed the command journal.
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 the command journal.
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 the command journal.
public string? ConnectorClass { get; init; }Property Value
Section titled “Property Value”CooldownUntilUtc
Section titled “ CooldownUntilUtc”Gets the timestamp when the active retry cooldown window ends, when one applies.
public DateTimeOffset? CooldownUntilUtc { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing command-journal summary.
public string? Description { get; }Property Value
Section titled “Property Value”DriftState
Section titled “ DriftState”Gets the current managed-connector drift state that informed the command journal.
public string DriftState { get; init; }Property Value
Section titled “Property Value”DryRunState
Section titled “ DryRunState”Gets the current managed-connector dry-run state that informed the command journal.
public string DryRunState { get; init; }Property Value
Section titled “Property Value”ExecutionAdapterState
Section titled “ ExecutionAdapterState”Gets the current managed-connector execution-adapter state that informed the command journal.
public string ExecutionAdapterState { get; init; }Property Value
Section titled “Property Value”ExecutionApprovalState
Section titled “ ExecutionApprovalState”Gets the current managed-connector execution-approval state that informed the command journal.
public string ExecutionApprovalState { get; init; }Property Value
Section titled “Property Value”ExecutionIntentState
Section titled “ ExecutionIntentState”Gets the current managed-connector execution-intent state that informed the command journal.
public string ExecutionIntentState { get; init; }Property Value
Section titled “Property Value”ExecutionRuntimeId
Section titled “ ExecutionRuntimeId”Gets the stable execution-runtime identifier currently associated with the command journal.
public string ExecutionRuntimeId { get; init; }Property Value
Section titled “Property Value”GovernanceState
Section titled “ GovernanceState”Gets the current managed-connector governance state that informed the command journal.
public string GovernanceState { get; init; }Property Value
Section titled “Property Value”HasCooldownWindow
Section titled “ HasCooldownWindow”Gets a value indicating whether the bounded command journal currently exposes an active cooldown window.
public bool HasCooldownWindow { get; }Property Value
Section titled “Property Value”HasDuplicateEvidence
Section titled “ HasDuplicateEvidence”Gets a value indicating whether the bounded command journal contains evidence that replaying the command would be duplicative.
public bool HasDuplicateEvidence { get; }Property Value
Section titled “Property Value”HasMatchingCommandFingerprint
Section titled “ HasMatchingCommandFingerprint”Gets a value indicating whether the latest retained command currently matches the derived command fingerprint.
public bool HasMatchingCommandFingerprint { get; init; }Property Value
Section titled “Property Value”HasMatchingRetryFingerprint
Section titled “ HasMatchingRetryFingerprint”Gets a value indicating whether the latest retained command currently matches the derived retry fingerprint.
public bool HasMatchingRetryFingerprint { get; init; }Property Value
Section titled “Property Value”HasRecordedCommandHistory
Section titled “ HasRecordedCommandHistory”Gets a value indicating whether Cephalon has recorded one or more managed-connector command outcomes for the journal.
public bool HasRecordedCommandHistory { get; }Property Value
Section titled “Property Value”HasRetainedCommandHistory
Section titled “ HasRetainedCommandHistory”Gets a value indicating whether the bounded command journal currently retains one or more entries.
public bool HasRetainedCommandHistory { get; }Property Value
Section titled “Property Value”HasTruncatedHistory
Section titled “ HasTruncatedHistory”Gets a value indicating whether the bounded command journal has truncated at least one older entry.
public bool HasTruncatedHistory { get; }Property Value
Section titled “Property Value”IsAutomaticRetryEnabled
Section titled “ IsAutomaticRetryEnabled”Gets a value indicating whether automatic background retry execution is enabled for the current journal answer.
public bool IsAutomaticRetryEnabled { get; init; }Property Value
Section titled “Property Value”IsBounded
Section titled “ IsBounded”Gets a value indicating whether the bounded command journal currently retains enough evidence for operator-facing automation answers.
public bool IsBounded { get; }Property Value
Section titled “Property Value”IsCooldownActive
Section titled “ IsCooldownActive”Gets a value indicating whether the bounded command journal currently exposes an active cooldown window.
public bool IsCooldownActive { get; }Property Value
Section titled “Property Value”IsDestructiveOperation
Section titled “ IsDestructiveOperation”Gets a value indicating whether the current command journal targets a destructive connector operation.
public bool IsDestructiveOperation { get; init; }Property Value
Section titled “Property Value”IsEmpty
Section titled “ IsEmpty”Gets a value indicating whether the bounded command journal currently has no recorded entries.
public bool IsEmpty { get; }Property Value
Section titled “Property Value”IsInsufficientForAutomation
Section titled “ IsInsufficientForAutomation”Gets a value indicating whether the bounded command journal currently remains insufficient for automation.
public bool IsInsufficientForAutomation { get; }Property Value
Section titled “Property Value”IsTruncated
Section titled “ IsTruncated”Gets a value indicating whether the bounded command journal has truncated older entries.
public bool IsTruncated { get; }Property Value
Section titled “Property Value”LatestAttemptId
Section titled “ LatestAttemptId”Gets the stable latest retained 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 the command journal.
public string LatestCommandExecutionState { get; init; }Property Value
Section titled “Property Value”LatestExecutionFingerprint
Section titled “ LatestExecutionFingerprint”Gets the deterministic latest retained execution fingerprint currently visible to the command journal.
public string LatestExecutionFingerprint { get; init; }Property Value
Section titled “Property Value”LatestRecordedAtUtc
Section titled “ LatestRecordedAtUtc”Gets the timestamp when Cephalon recorded the latest retained command-execution outcome that informed the command journal.
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”MaximumRetainedEntryCount
Section titled “ MaximumRetainedEntryCount”Gets the maximum number of bounded journal entries Cephalon retains for one execution runtime.
public int MaximumRetainedEntryCount { get; init; }Property Value
Section titled “Property Value”OldestRetainedAttemptId
Section titled “ OldestRetainedAttemptId”Gets the stable oldest retained command-execution attempt identifier when one exists.
public string OldestRetainedAttemptId { get; init; }Property Value
Section titled “Property Value”OldestRetainedRecordedAtUtc
Section titled “ OldestRetainedRecordedAtUtc”Gets the timestamp when Cephalon recorded the oldest retained command-execution outcome currently visible in the bounded journal.
public DateTimeOffset? OldestRetainedRecordedAtUtc { get; init; }Property Value
Section titled “Property Value”OperationId
Section titled “ OperationId”Gets the stable management-operation identifier currently associated with the command journal.
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 the command journal.
public int PotentialChangeCount { get; init; }Property Value
Section titled “Property Value”PreflightState
Section titled “ PreflightState”Gets the current managed-connector preflight state that informed the command journal.
public string PreflightState { get; init; }Property Value
Section titled “Property Value”PrimaryActionId
Section titled “ PrimaryActionId”Gets the primary action identifier currently associated with the runtime’s managed-connector action plan.
public string PrimaryActionId { get; init; }Property Value
Section titled “Property Value”RemediationState
Section titled “ RemediationState”Gets the current runtime-level remediation state that informed the command journal.
public string RemediationState { get; init; }Property Value
Section titled “Property Value”ReportingCoverageState
Section titled “ ReportingCoverageState”Gets the current runtime-level reporting-coverage state that informed the command journal.
public string ReportingCoverageState { get; init; }Property Value
Section titled “Property Value”RequiresExplicitApproval
Section titled “ RequiresExplicitApproval”Gets a value indicating whether the current command journal still requires an explicit approval gate.
public bool RequiresExplicitApproval { get; init; }Property Value
Section titled “Property Value”RetainedEntryCount
Section titled “ RetainedEntryCount”Gets the number of bounded journal entries Cephalon currently retains for the execution runtime.
public int RetainedEntryCount { get; init; }Property Value
Section titled “Property Value”RetryExecutionPolicySourceId
Section titled “ RetryExecutionPolicySourceId”Gets the primary source identifier already associated with the retry-execution policy lane.
public string RetryExecutionPolicySourceId { get; init; }Property Value
Section titled “Property Value”RetryExecutionPolicyState
Section titled “ RetryExecutionPolicyState”Gets the current managed-connector retry-execution policy state that informed the command journal.
public string RetryExecutionPolicyState { get; init; }Property Value
Section titled “Property Value”RetryFingerprint
Section titled “ RetryFingerprint”Gets the deterministic retry fingerprint currently associated with the command journal.
public string RetryFingerprint { get; init; }Property Value
Section titled “Property Value”SourceId
Section titled “ SourceId”Gets the primary source identifier Cephalon used to derive the command journal.
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 the command journal.
public string? SourceProviderId { get; init; }Property Value
Section titled “Property Value”Gets the stable managed-connector command-journal state.
public string State { get; }Property Value
Section titled “Property Value”TotalRecordedEntryCount
Section titled “ TotalRecordedEntryCount”Gets the total number of command-execution outcomes Cephalon has recorded for the execution runtime.
public int TotalRecordedEntryCount { get; init; }Property Value
Section titled “Property Value”WouldApplyChanges
Section titled “ WouldApplyChanges”Gets a value indicating whether the current command journal still reflects one or more shared write-path changes.
public bool WouldApplyChanges { get; init; }Property Value
Section titled “Property Value”WritePathReadinessState
Section titled “ WritePathReadinessState”Gets the current managed-connector write-path readiness state that informed the command journal.
public string WritePathReadinessState { get; init; }