SqlDWUpsertSettingsArgs

data class SqlDWUpsertSettingsArgs(val interimSchemaName: Output<Any>? = null, val keys: Output<Any>? = null) : ConvertibleToJava<SqlDWUpsertSettingsArgs>

Sql DW upsert option settings

Constructors

Link copied to clipboard
constructor(interimSchemaName: Output<Any>? = null, keys: Output<Any>? = null)

Properties

Link copied to clipboard
val interimSchemaName: Output<Any>? = null

Schema name for interim table. Type: string (or Expression with resultType string).

Link copied to clipboard
val keys: Output<Any>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): SqlDWUpsertSettingsArgs