DataFlowDebugCommandResponse Class

Response body structure of data flow result for data preview, statistics or expression preview.

Inheritance
azure.mgmt.datafactory._serialization.Model
DataFlowDebugCommandResponse

Constructor

DataFlowDebugCommandResponse(*, status: str | None = None, data: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status
str

The run status of data preview, statistics or expression preview.

data
str

The result data of data preview, statistics or expression preview.

Variables

Name Description
status
str

The run status of data preview, statistics or expression preview.

data
str

The result data of data preview, statistics or expression preview.