CreateDataFlowDebugSessionRequest interface

Request body structure for creating data flow debug session.

Properties

computeType

Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

coreCount

Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

integrationRuntime

Set to use integration runtime setting for data flow debug session.

timeToLive

Time to live setting of the cluster in minutes.

Property Details

computeType

Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

computeType?: string

Property Value

string

coreCount

Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

coreCount?: number

Property Value

number

integrationRuntime

Set to use integration runtime setting for data flow debug session.

integrationRuntime?: IntegrationRuntimeDebugResource

Property Value

timeToLive

Time to live setting of the cluster in minutes.

timeToLive?: number

Property Value

number