DataFlowDebugSessionInfo Class
Data flow debug session info.
Constructor
DataFlowDebugSessionInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
data_flow_name
|
The name of the data flow. |
|
compute_type
|
Compute type of the cluster. |
|
core_count
|
Core count of the cluster. |
|
node_count
|
Node count of the cluster. (deprecated property). |
|
integration_runtime_name
|
Attached integration runtime name of data flow debug session. |
|
session_id
|
The ID of data flow debug session. |
|
start_time
|
Start time of data flow debug session. |
|
time_to_live_in_minutes
|
Compute type of the cluster. |
|
last_activity_time
|
Last activity time of data flow debug session. |
Attributes
compute_type
Compute type of the cluster.
compute_type: str | None
core_count
Core count of the cluster.
core_count: int | None
data_flow_name
The name of the data flow.
data_flow_name: str | None
integration_runtime_name
Attached integration runtime name of data flow debug session.
integration_runtime_name: str | None
last_activity_time
Last activity time of data flow debug session.
last_activity_time: str | None
node_count
Node count of the cluster. (deprecated property).
node_count: int | None
session_id
The ID of data flow debug session.
session_id: str | None
start_time
Start time of data flow debug session.
start_time: str | None
time_to_live_in_minutes
Compute type of the cluster.
time_to_live_in_minutes: int | None