AzurePostgreSqlSinkUpsertSettings Class

Azure Database for PostgreSQL upsert option settings.

Constructor

AzurePostgreSqlSinkUpsertSettings(*args: Any, **kwargs: Any)

Variables

Name Description
keys_property
any

Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).

Attributes

keys_property

array of strings (or Expression with resultType array of strings).

keys_property: Any | None