Class DataFlowSourceSetting
java.lang.Object
com.azure.resourcemanager.datafactory.models.DataFlowSourceSetting
Definition of data flow source setting for debug.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Definition of data flow source setting for debug.rowLimit()
Get the rowLimit property: Defines the row limit of data flow source in debug.Get the sourceName property: The data flow source name.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Definition of data flow source setting for debug.withRowLimit
(Integer rowLimit) Set the rowLimit property: Defines the row limit of data flow source in debug.withSourceName
(String sourceName) Set the sourceName property: The data flow source name.
-
Constructor Details
-
DataFlowSourceSetting
public DataFlowSourceSetting()Creates an instance of DataFlowSourceSetting class.
-
-
Method Details
-
sourceName
Get the sourceName property: The data flow source name.- Returns:
- the sourceName value.
-
withSourceName
Set the sourceName property: The data flow source name.- Parameters:
sourceName
- the sourceName value to set.- Returns:
- the DataFlowSourceSetting object itself.
-
rowLimit
Get the rowLimit property: Defines the row limit of data flow source in debug.- Returns:
- the rowLimit value.
-
withRowLimit
Set the rowLimit property: Defines the row limit of data flow source in debug.- Parameters:
rowLimit
- the rowLimit value to set.- Returns:
- the DataFlowSourceSetting object itself.
-
additionalProperties
Get the additionalProperties property: Definition of data flow source setting for debug.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Definition of data flow source setting for debug.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the DataFlowSourceSetting object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-