CreateDataFlowDebugSessionRequest Class

Request body structure for creating data flow debug session.

Inheritance
azure.mgmt.datafactory._serialization.Model
CreateDataFlowDebugSessionRequest

Constructor

CreateDataFlowDebugSessionRequest(*, compute_type: str | None = None, core_count: int | None = None, time_to_live: int | None = None, integration_runtime: _models.IntegrationRuntimeDebugResource | None = None, **kwargs: Any)

Keyword-Only Parameters

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.

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.