DataFlowDebugCommandPayload Class

Structure of command payload.

All required parameters must be populated in order to send to Azure.

Inheritance
DataFlowDebugCommandPayload

Constructor

DataFlowDebugCommandPayload(*, stream_name: str, row_limits: Optional[int] = None, columns: Optional[List[str]] = None, expression: Optional[str] = None, **kwargs)

Variables

stream_name
str

Required. The stream name which is used for preview.

row_limits
int

Row limits for preview response.

columns
list[str]

Array of column names.

expression
str

The expression which is used for preview.