DataFlowDebugCommandRequest Class
Request body structure for data flow debug command.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDataFlowDebugCommandRequest
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
|
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
|
The ID of data flow debug session. |
command
|
The command type. Known values are: "executePreviewQuery", "executeStatisticsQuery", and "executeExpressionQuery". |
command_payload
|
The command payload object. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python