Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorDryRunStates

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

Defines the stable managed-connector dry-run state identifiers used by CDC execution runtimes.

public static class CdcCaptureExecutionRuntimeManagedConnectorDryRunStates

objectCdcCaptureExecutionRuntimeManagedConnectorDryRunStates

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

The managed connector cannot currently progress to a dry-run answer because prerequisite runtime truth is incomplete or blocked.

public const string Blocked = "blocked"

string

The managed connector currently stays in observe-only mode, so dry-run write-path previews remain deferred.

public const string Deferred = "deferred"

string

The managed connector currently reports no shared write-path changes for the intended management operation.

public const string NoOp = "no-op"

string

The execution runtime does not currently represent a managed connector.

public const string NotApplicable = "not-applicable"

string

The managed connector currently reports one or more shared write-path changes for the intended management operation.

public const string WouldChange = "would-change"

string