Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipSources

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

Defines the stable source identifiers used by managed-connector provider-owned control-plane ownership answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipSources

objectCdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipSources

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

The provider-owned control-plane ownership answer was derived primarily from the latest command-execution outcome.

public const string CommandExecution = "command-execution"

string

The provider-owned control-plane ownership answer was derived primarily from command-journal truth.

public const string CommandJournal = "command-journal"

string

The provider-owned control-plane ownership answer was derived primarily from durable shared scheduler-orchestration truth.

public const string DurableSharedSchedulerOrchestration = "durable-shared-scheduler-orchestration"

string

The provider-owned control-plane ownership answer was derived primarily from execution-adapter truth.

public const string ExecutionAdapter = "execution-adapter"

string

The provider-owned control-plane ownership answer was derived primarily from provider execution-orchestration truth.

public const string ProviderExecutionOrchestration = "provider-execution-orchestration"

string

The provider-owned control-plane ownership answer was derived primarily from provider-owned write-path execution truth.

public const string ProviderOwnedWritePathExecution = "provider-owned-write-path-execution"

string

The provider-owned control-plane ownership answer was derived primarily from scheduler recovery and execution-hardening truth.

public const string SchedulerRecoveryExecutionHardening = "scheduler-recovery-execution-hardening"

string

The provider-owned control-plane ownership answer does not currently resolve to one specific source.

public const string Unknown = "unknown"

string