Share via


DataFlowDebugResultResponse Class

Definition

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DataFlowDebugResultResponse+DataFlowDebugResultResponseConverter))]
public class DataFlowDebugResultResponse
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DataFlowDebugResultResponse+DataFlowDebugResultResponseConverter))>]
type DataFlowDebugResultResponse = class
Public Class DataFlowDebugResultResponse
Inheritance
DataFlowDebugResultResponse
Attributes

Constructors

Name Description
DataFlowDebugResultResponse()

Initializes a new instance of DataFlowDebugResultResponse.

Properties

Name Description
Data

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

Status

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

Applies to