DataFlowDebugCommandResponse Class
Response body structure of data flow result for data preview, statistics or expression preview.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDataFlowDebugCommandResponse
Constructor
DataFlowDebugCommandResponse(*, status: str | None = None, data: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
The run status of data preview, statistics or expression preview. |
data
|
The result data of data preview, statistics or expression preview. |
Variables
Name | Description |
---|---|
status
|
The run status of data preview, statistics or expression preview. |
data
|
The result data of data preview, statistics or expression preview. |
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