Class CdcCaptureExecutionRuntimeManagedConnectorDryRunOperationIds
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable managed-connector operation identifiers used by connector-management dry-run answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorDryRunOperationIdsInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDryRunOperationIds
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 delete 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 pause the managed connector.
public const string Pause = "pause"Field Value
Section titled “Field Value”Reconcile
Section titled “ Reconcile”Cephalon would reconcile the managed connector toward its declared baseline.
public const string Reconcile = "reconcile"Field Value
Section titled “Field Value”Restart
Section titled “ Restart”Cephalon would restart the managed connector.
public const string Restart = "restart"Field Value
Section titled “Field Value”Resume
Section titled “ Resume”Cephalon would resume the managed connector.
public const string Resume = "resume"