DataFlowDebugSessionInfo Class
Data flow debug session info.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDataFlowDebugSessionInfo
Constructor
DataFlowDebugSessionInfo(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, data_flow_name: str | None = None, compute_type: str | None = None, core_count: int | None = None, node_count: int | None = None, integration_runtime_name: str | None = None, session_id: str | None = None, start_time: str | None = None, time_to_live_in_minutes: int | None = None, last_activity_time: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
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. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
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. |
Azure SDK for Python