DataFlowSourceSetting Class
Definition of data flow source setting for debug.
Constructor
DataFlowSourceSetting(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, source_name: str | None = None, row_limit: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. Default value: None
|
source_name
|
The data flow source name. Default value: None
|
row_limit
|
Defines the row limit of data flow source in debug. Default value: None
|
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
source_name
|
The data flow source name. |
row_limit
|
Defines the row limit of data flow source in debug. |
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