DataFlowDebugSessionInfo Class

Data flow debug session info.

Inheritance
azure.mgmt.datafactory._serialization.Model
DataFlowDebugSessionInfo

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
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

data_flow_name
str

The name of the data flow.

compute_type
str

Compute type of the cluster.

core_count
int

Core count of the cluster.

node_count
int

Node count of the cluster. (deprecated property).

integration_runtime_name
str

Attached integration runtime name of data flow debug session.

session_id
str

The ID of data flow debug session.

start_time
str

Start time of data flow debug session.

time_to_live_in_minutes
int

Compute type of the cluster.

last_activity_time
str

Last activity time of data flow debug session.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

data_flow_name
str

The name of the data flow.

compute_type
str

Compute type of the cluster.

core_count
int

Core count of the cluster.

node_count
int

Node count of the cluster. (deprecated property).

integration_runtime_name
str

Attached integration runtime name of data flow debug session.

session_id
str

The ID of data flow debug session.

start_time
str

Start time of data flow debug session.

time_to_live_in_minutes
int

Compute type of the cluster.

last_activity_time
str

Last activity time of data flow debug session.