ข้ามไปยังเนื้อหา

Class CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStates

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Defines the stable managed-connector write-path readiness state identifiers used by CDC execution runtimes.

public static class CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStates

objectCdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStates

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

The managed connector is currently blocked by runtime remediation before write-path readiness can be considered.

public const string Blocked = "blocked"

string

The managed connector currently stays in observe-only mode, so write-path readiness is deferred.

public const string Deferred = "deferred"

string

The execution runtime does not currently represent a managed connector.

public const string NotApplicable = "not-applicable"

string

The managed connector is not yet ready for future write-path follow-through.

public const string NotReady = "not-ready"

string

The managed connector currently has enough runtime truth to support future write-path follow-through.

public const string Ready = "ready"

string