Package version:

Interface DataFlowDebugCommandResponse

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

interface DataFlowDebugCommandResponse {
    data?: string;
    status?: string;
}

Properties

Properties

data?: string

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

status?: string

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