Uses of Class
com.azure.resourcemanager.datafactory.models.SqlUpsertSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SqlUpsertSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureSqlSink.upsertSettings()
Get the upsertSettings property: SQL upsert settings.SqlMISink.upsertSettings()
Get the upsertSettings property: SQL upsert settings.SqlServerSink.upsertSettings()
Get the upsertSettings property: SQL upsert settings.SqlSink.upsertSettings()
Get the upsertSettings property: SQL upsert settings.SqlUpsertSettings.withInterimSchemaName
(Object interimSchemaName) Set the interimSchemaName property: Schema name for interim table.Set the keys property: Key column names for unique row identification.SqlUpsertSettings.withUseTempDB
(Object useTempDB) Set the useTempDB property: Specifies whether to use temp db for upsert interim table.Modifier and TypeMethodDescriptionAzureSqlSink.withUpsertSettings
(SqlUpsertSettings upsertSettings) Set the upsertSettings property: SQL upsert settings.SqlMISink.withUpsertSettings
(SqlUpsertSettings upsertSettings) Set the upsertSettings property: SQL upsert settings.SqlServerSink.withUpsertSettings
(SqlUpsertSettings upsertSettings) Set the upsertSettings property: SQL upsert settings.SqlSink.withUpsertSettings
(SqlUpsertSettings upsertSettings) Set the upsertSettings property: SQL upsert settings.