Share via


EvaluateDataFlowExpressionRequest interface

Request body structure for data flow expression preview.

Properties

dataFlowName

The data flow which contains the debug session.

expression

The expression for preview.

rowLimits

The row limit for preview request.

sessionId

The ID of data flow debug session.

streamName

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