Uses of Class
com.azure.resourcemanager.datafactory.models.DWCopyCommandDefaultValue
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DWCopyCommandDefaultValue in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDWCopyCommandDefaultValue.withColumnName
(Object columnName) Set the columnName property: Column name.DWCopyCommandDefaultValue.withDefaultValue
(Object defaultValue) Set the defaultValue property: The default value of the column.Modifier and TypeMethodDescriptionDWCopyCommandSettings.defaultValues()
Get the defaultValues property: Specifies the default values for each target column in SQL DW.Modifier and TypeMethodDescriptionDWCopyCommandSettings.withDefaultValues
(List<DWCopyCommandDefaultValue> defaultValues) Set the defaultValues property: Specifies the default values for each target column in SQL DW.