SqlDWUpsertSettingsResponse

data class SqlDWUpsertSettingsResponse(val interimSchemaName: Any? = null, val keys: Any? = null)

Sql DW upsert option settings

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val interimSchemaName: Any? = null

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

Link copied to clipboard
val keys: Any? = null

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