Class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeOperationIds
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable managed-connector operation identifiers used by command-envelope answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeOperationIdsInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeOperationIds
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”The command envelope currently targets connector deletion.
public const string Delete = "delete"Field Value
Section titled “Field Value”No management operation is currently associated with the command envelope.
public const string None = "none"Field Value
Section titled “Field Value”The command envelope currently targets connector pause.
public const string Pause = "pause"Field Value
Section titled “Field Value”Reconcile
Section titled “ Reconcile”The command envelope currently targets connector reconciliation.
public const string Reconcile = "reconcile"Field Value
Section titled “Field Value”Restart
Section titled “ Restart”The command envelope currently targets connector restart.
public const string Restart = "restart"Field Value
Section titled “Field Value”Resume
Section titled “ Resume”The command envelope currently targets connector resume.
public const string Resume = "resume"