DWCopyCommandDefaultValue Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DWCopyCommandDefaultValue
- com.
Implements
public final class DWCopyCommandDefaultValue
implements JsonSerializable<DWCopyCommandDefaultValue>
Default value.
Constructor Summary
| Constructor | Description |
|---|---|
| DWCopyCommandDefaultValue() |
Creates an instance of DWCopy |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
DWCopy |
fromJson(JsonReader jsonReader)
Reads an instance of DWCopy |
| Object |
getColumnName()
Get the column |
| Object |
getDefaultValue()
Get the default |
|
DWCopy |
setColumnName(Object columnName)
Set the column |
|
DWCopy |
setDefaultValue(Object defaultValue)
Set the default |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
DWCopyCommandDefaultValue
public DWCopyCommandDefaultValue()
Creates an instance of DWCopyCommandDefaultValue class.
Method Details
fromJson
public static DWCopyCommandDefaultValue fromJson(JsonReader jsonReader)
Reads an instance of DWCopyCommandDefaultValue from the JsonReader.
Parameters:
Returns:
Throws:
getColumnName
public Object getColumnName()
Get the columnName property: Column name. Type: object (or Expression with resultType string).
Returns:
getDefaultValue
public Object getDefaultValue()
Get the defaultValue property: The default value of the column. Type: object (or Expression with resultType string).
Returns:
setColumnName
public DWCopyCommandDefaultValue setColumnName(Object columnName)
Set the columnName property: Column name. Type: object (or Expression with resultType string).
Parameters:
Returns:
setDefaultValue
public DWCopyCommandDefaultValue setDefaultValue(Object defaultValue)
Set the defaultValue property: The default value of the column. Type: object (or Expression with resultType string).
Parameters:
Returns: