EvaluateDataFlowExpressionRequest interface
Request body structure for data flow expression preview.
Properties
| data |
The data flow which contains the debug session. |
| expression | The expression for preview. |
| row |
The row limit for preview request. |
| session |
The ID of data flow debug session. |
| stream |
The output stream name. |
Property Details
dataFlowName
The data flow which contains the debug session.
dataFlowName?: string
Property Value
string
expression
The expression for preview.
expression?: string
Property Value
string
rowLimits
The row limit for preview request.
rowLimits?: number
Property Value
number
sessionId
The ID of data flow debug session.
sessionId?: string
Property Value
string
streamName
The output stream name.
streamName?: string
Property Value
string