DWCopyCommandDefaultValue Class
Default value.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDWCopyCommandDefaultValue
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
|
<xref:JSON>
The default value of the column. Type: object (or Expression with resultType string). |
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). |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python