Uses of Class
com.azure.resourcemanager.datafactory.models.DWCopyCommandSettings
-
Packages that use DWCopyCommandSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DWCopyCommandSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DWCopyCommandSettings Modifier and Type Method Description DWCopyCommandSettings
SqlDWSink. copyCommandSettings()
Get the copyCommandSettings property: Specifies Copy Command related settings when allowCopyCommand is true.DWCopyCommandSettings
DWCopyCommandSettings. withAdditionalOptions(Map<String,String> additionalOptions)
Set the additionalOptions property: Additional options directly passed to SQL DW in Copy Command.DWCopyCommandSettings
DWCopyCommandSettings. withDefaultValues(List<DWCopyCommandDefaultValue> defaultValues)
Set the defaultValues property: Specifies the default values for each target column in SQL DW.Methods in com.azure.resourcemanager.datafactory.models with parameters of type DWCopyCommandSettings Modifier and Type Method Description SqlDWSink
SqlDWSink. withCopyCommandSettings(DWCopyCommandSettings copyCommandSettings)
Set the copyCommandSettings property: Specifies Copy Command related settings when allowCopyCommand is true.
-