Uses of Class
com.azure.resourcemanager.datafactory.models.DWCopyCommandDefaultValue
-
Packages that use DWCopyCommandDefaultValue Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DWCopyCommandDefaultValue in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DWCopyCommandDefaultValue Modifier and Type Method Description DWCopyCommandDefaultValue
DWCopyCommandDefaultValue. withColumnName(Object columnName)
Set the columnName property: Column name.DWCopyCommandDefaultValue
DWCopyCommandDefaultValue. withDefaultValue(Object defaultValue)
Set the defaultValue property: The default value of the column.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type DWCopyCommandDefaultValue Modifier and Type Method Description List<DWCopyCommandDefaultValue>
DWCopyCommandSettings. defaultValues()
Get the defaultValues property: Specifies the default values for each target column in SQL DW.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type DWCopyCommandDefaultValue Modifier and Type Method Description DWCopyCommandSettings
DWCopyCommandSettings. withDefaultValues(List<DWCopyCommandDefaultValue> defaultValues)
Set the defaultValues property: Specifies the default values for each target column in SQL DW.
-