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 CdcCaptureExecutionRuntimeManagedConnectorDryRunStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDryRunStates
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”Blocked
Section titled “ Blocked”The managed connector cannot currently progress to a dry-run answer because prerequisite runtime truth is incomplete or blocked.
public const string Blocked = "blocked"Field Value
Section titled “Field Value”Deferred
Section titled “ Deferred”The managed connector currently stays in observe-only mode, so dry-run write-path previews remain deferred.
public const string Deferred = "deferred"Field Value
Section titled “Field Value”The managed connector currently reports no shared write-path changes for the intended management operation.
public const string NoOp = "no-op"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The execution runtime does not currently represent a managed connector.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”WouldChange
Section titled “ WouldChange”The managed connector currently reports one or more shared write-path changes for the intended management operation.
public const string WouldChange = "would-change"