Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequest

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

Describes optional operator intent supplied when Cephalon evaluates one managed-connector command-execution request.

public sealed class CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequest

objectCdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequest

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

CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequest()

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequest()”

Creates a new managed-connector command-execution request.

public CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequest()

Gets or sets a value indicating whether the caller explicitly allows destructive operations such as connector deletion.

public bool AllowDestructive { get; set; }

bool

Gets or sets a value indicating whether the caller is intentionally approving an approval-gated provider command.

public bool Approve { get; set; }

bool