SqlUpsertSettingsResponse

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

Sql upsert option settings

Constructors

Link copied to clipboard
constructor(interimSchemaName: Any? = null, keys: Any? = null, useTempDB: 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).

Link copied to clipboard
val useTempDB: Any? = null

Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).