Share via


DataFlowDebugStatisticsRequest interface

Request body structure for data flow statistics.

Properties

columns

List of column names.

dataFlowName

The data flow which contains the debug session.

sessionId

The ID of data flow debug session.

streamName

The output stream name.

Property Details

columns

List of column names.

columns?: string[]

Property Value

string[]

dataFlowName

The data flow which contains the debug session.

dataFlowName?: string

Property Value

string

sessionId

The ID of data flow debug session.

sessionId?: string

Property Value

string

streamName

The output stream name.

streamName?: string

Property Value

string