Class DWCopyCommandDefaultValue
java.lang.Object
com.azure.resourcemanager.datafactory.models.DWCopyCommandDefaultValue
Default value.
-
Constructor Summary
ConstructorDescriptionCreates an instance of DWCopyCommandDefaultValue class. -
Method Summary
Modifier and TypeMethodDescriptionGet the columnName property: Column name.Get the defaultValue property: The default value of the column.void
validate()
Validates the instance.withColumnName
(Object columnName) Set the columnName property: Column name.withDefaultValue
(Object defaultValue) Set the defaultValue property: The default value of the column.
-
Constructor Details
-
DWCopyCommandDefaultValue
public DWCopyCommandDefaultValue()Creates an instance of DWCopyCommandDefaultValue class.
-
-
Method Details
-
columnName
Get the columnName property: Column name. Type: object (or Expression with resultType string).- Returns:
- the columnName value.
-
withColumnName
Set the columnName property: Column name. Type: object (or Expression with resultType string).- Parameters:
columnName
- the columnName value to set.- Returns:
- the DWCopyCommandDefaultValue object itself.
-
defaultValue
Get the defaultValue property: The default value of the column. Type: object (or Expression with resultType string).- Returns:
- the defaultValue value.
-
withDefaultValue
Set the defaultValue property: The default value of the column. Type: object (or Expression with resultType string).- Parameters:
defaultValue
- the defaultValue value to set.- Returns:
- the DWCopyCommandDefaultValue object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-