AzurePostgreSqlSinkUpsertSettings Class
Azure Database for PostgreSQL upsert option settings.
Constructor
AzurePostgreSqlSinkUpsertSettings(*, keys: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
keys
|
<xref:JSON>
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings). Default value: None
|
Variables
| Name | Description |
|---|---|
|
keys
|
<xref:JSON>
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings). |