Package version:

Interface AzurePostgreSqlSinkUpsertSettings

Azure Database for PostgreSQL upsert option settings

interface AzurePostgreSqlSinkUpsertSettings {
    keys?: any;
}

Properties

Properties

keys?: any

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