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