SqlDWUpsertSettings Class
Sql DW upsert option settings.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelSqlDWUpsertSettings
Constructor
SqlDWUpsertSettings(*, interim_schema_name: MutableMapping[str, Any] | None = None, keys: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
interim_schema_name
|
<xref:JSON>
Schema name for interim table. Type: string (or Expression with resultType string). |
keys
|
<xref:JSON>
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings). |
Variables
Name | Description |
---|---|
interim_schema_name
|
<xref:JSON>
Schema name for interim table. Type: string (or Expression with resultType string). |
keys
|
<xref:JSON>
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings). |
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