CreateDataFlowDebugSessionRequest interface
Request body structure for creating data flow debug session.
Properties
compute |
Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided. |
core |
Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided. |
integration |
Set to use integration runtime setting for data flow debug session. |
time |
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