Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneMutationReconcileSources
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector provider-owned control-plane mutation and reconcile answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneMutationReconcileSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneMutationReconcileSources
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”CommandEnvelope
Section titled “ CommandEnvelope”The provider-owned control-plane mutation and reconcile answer was derived primarily from command-envelope truth.
public const string CommandEnvelope = "command-envelope"Field Value
Section titled “Field Value”CommandExecution
Section titled “ CommandExecution”The provider-owned control-plane mutation and reconcile answer was derived primarily from the latest command-execution outcome.
public const string CommandExecution = "command-execution"Field Value
Section titled “Field Value”CommandIssuance
Section titled “ CommandIssuance”The provider-owned control-plane mutation and reconcile answer was derived primarily from command-issuance truth.
public const string CommandIssuance = "command-issuance"Field Value
Section titled “Field Value”CommandJournal
Section titled “ CommandJournal”The provider-owned control-plane mutation and reconcile answer was derived primarily from retained command-journal evidence.
public const string CommandJournal = "command-journal"Field Value
Section titled “Field Value”CommandRetry
Section titled “ CommandRetry”The provider-owned control-plane mutation and reconcile answer was derived primarily from command-retry truth.
public const string CommandRetry = "command-retry"Field Value
Section titled “Field Value”ProviderExecutionOrchestration
Section titled “ ProviderExecutionOrchestration”The provider-owned control-plane mutation and reconcile answer was derived primarily from provider execution-orchestration truth.
public const string ProviderExecutionOrchestration = "provider-execution-orchestration"Field Value
Section titled “Field Value”ProviderOwnedControlPlaneOwnership
Section titled “ ProviderOwnedControlPlaneOwnership”The provider-owned control-plane mutation and reconcile answer was derived primarily from provider-owned control-plane ownership truth.
public const string ProviderOwnedControlPlaneOwnership = "provider-owned-control-plane-ownership"Field Value
Section titled “Field Value”ProviderOwnedWritePathExecution
Section titled “ ProviderOwnedWritePathExecution”The provider-owned control-plane mutation and reconcile answer was derived primarily from provider-owned write-path execution truth.
public const string ProviderOwnedWritePathExecution = "provider-owned-write-path-execution"Field Value
Section titled “Field Value”RetryExecutionPolicy
Section titled “ RetryExecutionPolicy”The provider-owned control-plane mutation and reconcile answer was derived primarily from retry-execution policy truth.
public const string RetryExecutionPolicy = "retry-execution-policy"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The provider-owned control-plane mutation and reconcile answer does not currently resolve to one specific source.
public const string Unknown = "unknown"