AzureSqlSink |
AzureSqlSink.withDisableMetricsCollection(Object disableMetricsCollection) |
Set the disableMetricsCollection property: If true, disable data store metrics collection.
|
AzureSqlSink |
AzureSqlSink.withMaxConcurrentConnections(Object maxConcurrentConnections) |
Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.
|
AzureSqlSink |
AzureSqlSink.withPreCopyScript(Object preCopyScript) |
Set the preCopyScript property: SQL pre-copy script.
|
AzureSqlSink |
AzureSqlSink.withSinkRetryCount(Object sinkRetryCount) |
Set the sinkRetryCount property: Sink retry count.
|
AzureSqlSink |
AzureSqlSink.withSinkRetryWait(Object sinkRetryWait) |
Set the sinkRetryWait property: Sink retry wait.
|
AzureSqlSink |
AzureSqlSink.withSqlWriterStoredProcedureName(Object sqlWriterStoredProcedureName) |
Set the sqlWriterStoredProcedureName property: SQL writer stored procedure name.
|
AzureSqlSink |
AzureSqlSink.withSqlWriterTableType(Object sqlWriterTableType) |
Set the sqlWriterTableType property: SQL writer table type.
|
AzureSqlSink |
AzureSqlSink.withSqlWriterUseTableLock(Object sqlWriterUseTableLock) |
Set the sqlWriterUseTableLock property: Whether to use table lock during bulk copy.
|
AzureSqlSink |
AzureSqlSink.withStoredProcedureParameters(Map<String,StoredProcedureParameter> storedProcedureParameters) |
Set the storedProcedureParameters property: SQL stored procedure parameters.
|
AzureSqlSink |
AzureSqlSink.withStoredProcedureTableTypeParameterName(Object storedProcedureTableTypeParameterName) |
Set the storedProcedureTableTypeParameterName property: The stored procedure parameter name of the table type.
|
AzureSqlSink |
AzureSqlSink.withTableOption(Object tableOption) |
Set the tableOption property: The option to handle sink table, such as autoCreate.
|
AzureSqlSink |
AzureSqlSink.withUpsertSettings(SqlUpsertSettings upsertSettings) |
Set the upsertSettings property: SQL upsert settings.
|
AzureSqlSink |
AzureSqlSink.withWriteBatchSize(Object writeBatchSize) |
Set the writeBatchSize property: Write batch size.
|
AzureSqlSink |
AzureSqlSink.withWriteBatchTimeout(Object writeBatchTimeout) |
Set the writeBatchTimeout property: Write batch timeout.
|
AzureSqlSink |
AzureSqlSink.withWriteBehavior(Object writeBehavior) |
Set the writeBehavior property: Write behavior when copying data into Azure SQL.
|