DataFlowDebugCommandPayload interface
Structure of command payload.
Properties
columns | Array of column names. |
expression | The expression which is used for preview. |
row |
Row limits for preview response. |
stream |
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