DataFlowSourceSetting Class

Definition of data flow source setting for debug.

Inheritance
azure.mgmt.datafactory._serialization.Model
DataFlowSourceSetting

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
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

source_name
str

The data flow source name.

row_limit
int

Defines the row limit of data flow source in debug.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

source_name
str

The data flow source name.

row_limit
int

Defines the row limit of data flow source in debug.