Skip to content

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 CdcCaptureExecutionRuntimeManagedConnectorDryRunOperationIds

objectCdcCaptureExecutionRuntimeManagedConnectorDryRunOperationIds

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

Cephalon would delete the managed connector.

public const string Delete = "delete"

string

No management operation is currently intended for the execution runtime.

public const string None = "none"

string

Cephalon would pause the managed connector.

public const string Pause = "pause"

string

Cephalon would reconcile the managed connector toward its declared baseline.

public const string Reconcile = "reconcile"

string

Cephalon would restart the managed connector.

public const string Restart = "restart"

string

Cephalon would resume the managed connector.

public const string Resume = "resume"

string