Class SqlDWUpsertSettings
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.SqlDWUpsertSettings
-
public final class SqlDWUpsertSettings extends Object
Sql DW upsert option settings.
-
-
Constructor Summary
Constructors Constructor Description SqlDWUpsertSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
interimSchemaName()
Get the interimSchemaName property: Schema name for interim table.Object
keys()
Get the keys property: Key column names for unique row identification.void
validate()
Validates the instance.SqlDWUpsertSettings
withInterimSchemaName(Object interimSchemaName)
Set the interimSchemaName property: Schema name for interim table.SqlDWUpsertSettings
withKeys(Object keys)
Set the keys property: Key column names for unique row identification.
-
-
-
Method Detail
-
interimSchemaName
public Object interimSchemaName()
Get the interimSchemaName property: Schema name for interim table. Type: string (or Expression with resultType string).- Returns:
- the interimSchemaName value.
-
withInterimSchemaName
public SqlDWUpsertSettings withInterimSchemaName(Object interimSchemaName)
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
public Object 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
public SqlDWUpsertSettings withKeys(Object keys)
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.
-
-