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