CreateDataFlowDebugSessionRequest Class

Request body structure for creating data flow debug session.

Constructor

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

Variables

Name Description
compute_type
str

Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

core_count
int

Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

time_to_live
int

Time to live setting of the cluster in minutes.

integration_runtime

Set to use integration runtime setting for data flow debug session.

Attributes

compute_type

Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

compute_type: str | None

core_count

Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

core_count: int | None

integration_runtime

Set to use integration runtime setting for data flow debug session.

integration_runtime: _models.IntegrationRuntimeDebugResource | None

time_to_live

Time to live setting of the cluster in minutes.

time_to_live: int | None