DataFlowDebugCommandRequest Class
Request body structure for data flow debug command.
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. Default value: None
|
command
|
The command type. Known values are: "executePreviewQuery", "executeStatisticsQuery", and "executeExpressionQuery". Default value: None
|
command_payload
|
The command payload object. Default value: None
|
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. |