SqlUpsertSettings Class
Sql upsert option settings.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelSqlUpsertSettings
Constructor
SqlUpsertSettings(*, use_temp_db: MutableMapping[str, Any] | None = None, interim_schema_name: MutableMapping[str, Any] | None = None, keys: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
use_temp_db
|
<xref:JSON>
Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean). |
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 |
---|---|
use_temp_db
|
<xref:JSON>
Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean). |
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). |
Azure SDK for Python