DataFlowDebugCommandPayload Class
Structure of command payload.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDataFlowDebugCommandPayload
Constructor
DataFlowDebugCommandPayload(*, stream_name: str, row_limits: int | None = None, columns: List[str] | None = None, expression: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
stream_name
|
The stream name which is used for preview. Required. |
row_limits
|
Row limits for preview response. |
columns
|
Array of column names. |
expression
|
The expression which is used for preview. |
Variables
Name | Description |
---|---|
stream_name
|
The stream name which is used for preview. Required. |
row_limits
|
Row limits for preview response. |
columns
|
Array of column names. |
expression
|
The expression which is used for preview. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python