DWCopyCommandDefaultValue Class
Default value.
Constructor
DWCopyCommandDefaultValue(*, column_name: MutableMapping[str, Any] | None = None, default_value: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
column_name
|
<xref:JSON>
Column name. Type: object (or Expression with resultType string). Default value: None
|
default_value
|
<xref:JSON>
The default value of the column. Type: object (or Expression with resultType string). Default value: None
|
Variables
Name | Description |
---|---|
column_name
|
<xref:JSON>
Column name. Type: object (or Expression with resultType string). |
default_value
|
<xref:JSON>
The default value of the column. Type: object (or Expression with resultType string). |