DataFlowDebugCommandPayload interface

Structure of command payload.

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.

Property Details

columns

Array of column names.

columns?: string[]

Property Value

string[]

expression

The expression which is used for preview.

expression?: string

Property Value

string

rowLimits

Row limits for preview response.

rowLimits?: number

Property Value

number

streamName

The stream name which is used for preview.

streamName: string

Property Value

string