DataFlowDebugCommandPayload Class

Definition

Structure of command payload.

public class DataFlowDebugCommandPayload
type DataFlowDebugCommandPayload = class
Public Class DataFlowDebugCommandPayload
Inheritance
DataFlowDebugCommandPayload

Constructors

DataFlowDebugCommandPayload()

Initializes a new instance of the DataFlowDebugCommandPayload class.

DataFlowDebugCommandPayload(String, Nullable<Int32>, IList<String>, String)

Initializes a new instance of the DataFlowDebugCommandPayload class.

Properties

Columns

Gets or sets array of column names.

Expression

Gets or sets the expression which is used for preview.

RowLimits

Gets or sets row limits for preview response.

StreamName

Gets or sets the stream name which is used for preview.

Methods

Validate()

Validate the object.

Applies to