DataFlowDebugSessionInfo interface
Data flow debug session info.
Properties
compute |
Compute type of the cluster. |
core |
Core count of the cluster. |
data |
The name of the data flow. |
integration |
Attached integration runtime name of data flow debug session. |
last |
Last activity time of data flow debug session. |
node |
Node count of the cluster. (deprecated property) |
session |
The ID of data flow debug session. |
start |
Start time of data flow debug session. |
time |
Compute type of the cluster. |
Property Details
computeType
Compute type of the cluster.
computeType?: string
Property Value
string
coreCount
Core count of the cluster.
coreCount?: number
Property Value
number
dataFlowName
The name of the data flow.
dataFlowName?: string
Property Value
string
integrationRuntimeName
Attached integration runtime name of data flow debug session.
integrationRuntimeName?: string
Property Value
string
lastActivityTime
Last activity time of data flow debug session.
lastActivityTime?: string
Property Value
string
nodeCount
Node count of the cluster. (deprecated property)
nodeCount?: number
Property Value
number
sessionId
The ID of data flow debug session.
sessionId?: string
Property Value
string
startTime
Start time of data flow debug session.
startTime?: string
Property Value
string
timeToLiveInMinutes
Compute type of the cluster.
timeToLiveInMinutes?: number
Property Value
number