Class CdcCaptureExecutionRuntimeManagedConnectorPreflightOperationIds
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable managed-connector management-operation identifiers used by connector-management preflight answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorPreflightOperationIdsInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorPreflightOperationIds
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”Delete
Section titled “ Delete”Cephalon would preflight delete follow-through for the managed connector.
public const string Delete = "delete"Field Value
Section titled “Field Value”No management operation is currently intended for the execution runtime.
public const string None = "none"Field Value
Section titled “Field Value”Cephalon would preflight pause follow-through for the managed connector.
public const string Pause = "pause"Field Value
Section titled “Field Value”Reconcile
Section titled “ Reconcile”Cephalon would preflight reconcile-style apply-and-reconcile follow-through for the managed connector.
public const string Reconcile = "reconcile"Field Value
Section titled “Field Value”Restart
Section titled “ Restart”Cephalon would preflight restart follow-through for the managed connector.
public const string Restart = "restart"Field Value
Section titled “Field Value”Resume
Section titled “ Resume”Cephalon would preflight resume follow-through for the managed connector.
public const string Resume = "resume"