DataFlowDebugSessionInfo Class

Data flow debug session info.

Constructor

DataFlowDebugSessionInfo(*args: Any, **kwargs: Any)

Variables

Name Description
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.

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