SqlDWUpsertSettings interface
Sql DW upsert option settings
Properties
interim |
Schema name for interim table. Type: string (or Expression with resultType string). |
keys | Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings). |
Property Details
interimSchemaName
Schema name for interim table. Type: string (or Expression with resultType string).
interimSchemaName?: any
Property Value
any
keys
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
keys?: any
Property Value
any