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

Class CdcCaptureExecutionRuntimeManagedConnectorGovernanceStates

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

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

Defines the stable managed-connector governance states used by CDC execution-runtime descriptors.

public static class CdcCaptureExecutionRuntimeManagedConnectorGovernanceStates

objectCdcCaptureExecutionRuntimeManagedConnectorGovernanceStates

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

The execution runtime declares a future write-path or control-plane management mode that Cephalon does not yet own.

public const string FutureControlPlane = "future-control-plane"

string

The execution runtime does not currently represent a managed connector.

public const string NotApplicable = "not-applicable"

string

The execution runtime is currently declared as an observe-only managed connector.

public const string ObserveOnly = "observe-only"

string

The execution runtime is missing required managed-connector governance metadata.

public const string OutOfPolicy = "out-of-policy"

string

The execution runtime cannot currently determine its managed-connector governance posture.

public const string Unknown = "unknown"

string