DWCopyCommandSettings Class
DW Copy Command settings.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDWCopyCommandSettings
Constructor
DWCopyCommandSettings(*, default_values: List[_models.DWCopyCommandDefaultValue] | None = None, additional_options: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
default_values
|
Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects). |
additional_options
|
Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }. |
Variables
Name | Description |
---|---|
default_values
|
Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects). |
additional_options
|
Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }. |
Azure SDK for Python