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?: anyProperty Value
any
keys
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
keys?: anyProperty Value
any