Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowSourceSetting
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DataFlowSourceSetting in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDataFlowSourceSetting.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Definition of data flow source setting for debug.DataFlowSourceSetting.withRowLimit
(Integer rowLimit) Set the rowLimit property: Defines the row limit of data flow source in debug.DataFlowSourceSetting.withSourceName
(String sourceName) Set the sourceName property: The data flow source name.Modifier and TypeMethodDescriptionDataFlowDebugPackageDebugSettings.sourceSettings()
Get the sourceSettings property: Source setting for data flow debug.Modifier and TypeMethodDescriptionDataFlowDebugPackageDebugSettings.withSourceSettings
(List<DataFlowSourceSetting> sourceSettings) Set the sourceSettings property: Source setting for data flow debug.