Class SqlDWUpsertSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.SqlDWUpsertSettings
Sql DW upsert option settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the interimSchemaName property: Schema name for interim table.keys()
Get the keys property: Key column names for unique row identification.void
validate()
Validates the instance.withInterimSchemaName
(Object interimSchemaName) Set the interimSchemaName property: Schema name for interim table.Set the keys property: Key column names for unique row identification.
-
Constructor Details
-
SqlDWUpsertSettings
public SqlDWUpsertSettings()Creates an instance of SqlDWUpsertSettings class.
-
-
Method Details
-
interimSchemaName
Get the interimSchemaName property: Schema name for interim table. Type: string (or Expression with resultType string).- Returns:
- the interimSchemaName value.
-
withInterimSchemaName
Set the interimSchemaName property: Schema name for interim table. Type: string (or Expression with resultType string).- Parameters:
interimSchemaName
- the interimSchemaName value to set.- Returns:
- the SqlDWUpsertSettings object itself.
-
keys
Get the keys property: Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).- Returns:
- the keys value.
-
withKeys
Set the keys property: Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).- Parameters:
keys
- the keys value to set.- Returns:
- the SqlDWUpsertSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-