Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCommandRetryOperationIds

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable management-operation identifiers used by managed-connector command-retry answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandRetryOperationIds

objectCdcCaptureExecutionRuntimeManagedConnectorCommandRetryOperationIds

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

The retry posture currently targets a connector delete operation.

public const string Delete = "delete"

string

No managed-connector operation is currently associated with the retry posture.

public const string None = "none"

string

The retry posture currently targets a connector pause operation.

public const string Pause = "pause"

string

The retry posture currently targets a future connector reconcile operation.

public const string Reconcile = "reconcile"

string

The retry posture currently targets a connector restart operation.

public const string Restart = "restart"

string

The retry posture currently targets a connector resume operation.

public const string Resume = "resume"

string