SqlDWUpsertSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.SqlDWUpsertSettings

public final class SqlDWUpsertSettings

Sql DW upsert option settings.

Constructor Summary

Constructor Description
SqlDWUpsertSettings()

Creates an instance of SqlDWUpsertSettings class.

Method Summary

Modifier and Type Method and 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.

Methods inherited from java.lang.Object

Constructor Details

SqlDWUpsertSettings

public SqlDWUpsertSettings()

Creates an instance of SqlDWUpsertSettings class.

Method Details

interimSchemaName

public Object interimSchemaName()

Get the interimSchemaName property: Schema name for interim table. Type: string (or Expression with resultType string).

Returns:

the interimSchemaName value.

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.

validate

public void validate()

Validates the instance.

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.

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.

Applies to