Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowSourceSetting
-
Packages that use DataFlowSourceSetting Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlowSourceSetting in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DataFlowSourceSetting Modifier and Type Method Description DataFlowSourceSetting
DataFlowSourceSetting. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Definition of data flow source setting for debug.DataFlowSourceSetting
DataFlowSourceSetting. withRowLimit(Integer rowLimit)
Set the rowLimit property: Defines the row limit of data flow source in debug.DataFlowSourceSetting
DataFlowSourceSetting. withSourceName(String sourceName)
Set the sourceName property: The data flow source name.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type DataFlowSourceSetting Modifier and Type Method Description List<DataFlowSourceSetting>
DataFlowDebugPackageDebugSettings. sourceSettings()
Get the sourceSettings property: Source setting for data flow debug.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type DataFlowSourceSetting Modifier and Type Method Description DataFlowDebugPackageDebugSettings
DataFlowDebugPackageDebugSettings. withSourceSettings(List<DataFlowSourceSetting> sourceSettings)
Set the sourceSettings property: Source setting for data flow debug.
-