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 CdcCaptureExecutionRuntimeManagedConnectorGovernanceStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorGovernanceStates
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”FutureControlPlane
Section titled “ FutureControlPlane”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"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”ObserveOnly
Section titled “ ObserveOnly”The execution runtime is currently declared as an observe-only managed connector.
public const string ObserveOnly = "observe-only"Field Value
Section titled “Field Value”OutOfPolicy
Section titled “ OutOfPolicy”The execution runtime is missing required managed-connector governance metadata.
public const string OutOfPolicy = "out-of-policy"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The execution runtime cannot currently determine its managed-connector governance posture.
public const string Unknown = "unknown"