DataFlowDebugSessionInfo Class

Data flow debug session info.

Inheritance
DataFlowDebugSessionInfo

Constructor

DataFlowDebugSessionInfo(*, additional_properties: Optional[Dict[str, Any]] = None, data_flow_name: Optional[str] = None, compute_type: Optional[str] = None, core_count: Optional[int] = None, node_count: Optional[int] = None, integration_runtime_name: Optional[str] = None, session_id: Optional[str] = None, start_time: Optional[str] = None, time_to_live_in_minutes: Optional[int] = None, last_activity_time: Optional[str] = None, **kwargs)

Variables

additional_properties
dict[str, any]

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.