Share via


DataFlowDebugPreviewDataRequest interface

Request body structure for data flow preview data.

Properties

dataFlowName

The data flow which contains the debug session.

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

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