DataFlowDebugStatisticsRequest Class

Request body structure for data flow statistics.

Inheritance
DataFlowDebugStatisticsRequest

Constructor

DataFlowDebugStatisticsRequest(*, session_id: Optional[str] = None, data_flow_name: Optional[str] = None, stream_name: Optional[str] = None, columns: Optional[List[str]] = None, **kwargs)

Parameters

session_id
str
Required

The ID of data flow debug session.

data_flow_name
str
Required

The data flow which contains the debug session.

stream_name
str
Required

The output stream name.

columns
list[str]
Required

List of column names.