DataFlowDebugCommandPayload Class

Definition

Structure of command payload.

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

Constructors

DataFlowDebugCommandPayload(String)

Initializes a new instance of DataFlowDebugCommandPayload.

Properties

Columns

Array of column names.

Expression

The expression which is used for preview.

RowLimits

Row limits for preview response.

StreamName

The stream name which is used for preview.

Applies to