DataFlowDebugCommandRequest Class

Request body structure for data flow debug command.

Inheritance
azure.mgmt.datafactory._serialization.Model
DataFlowDebugCommandRequest

Constructor

DataFlowDebugCommandRequest(*, session_id: str | None = None, command: str | _models.DataFlowDebugCommandType | None = None, command_payload: _models.DataFlowDebugCommandPayload | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
session_id
str

The ID of data flow debug session.

command

The command type. Known values are: "executePreviewQuery", "executeStatisticsQuery", and "executeExpressionQuery".

command_payload

The command payload object.

Variables

Name Description
session_id
str

The ID of data flow debug session.

command

The command type. Known values are: "executePreviewQuery", "executeStatisticsQuery", and "executeExpressionQuery".

command_payload

The command payload object.