DataFlowSourceSetting Class
Definition of data flow source setting for debug.
Constructor
DataFlowSourceSetting(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
source_name
|
The data flow source name. |
|
row_limit
|
Defines the row limit of data flow source in debug. |
Attributes
row_limit
Defines the row limit of data flow source in debug.
row_limit: int | None
source_name
The data flow source name.
source_name: str | None