DWCopyCommandDefaultValue Class

Default value.

Inheritance
azure.mgmt.datafactory._serialization.Model
DWCopyCommandDefaultValue

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).