DataFlowDebugStatisticsRequest interface
Request body structure for data flow statistics.
Properties
| columns | List of column names. |
| data |
The data flow which contains the debug session. |
| session |
The ID of data flow debug session. |
| stream |
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