你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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