AzureSqlSource |
AzureSqlSource.withAdditionalColumns(Object additionalColumns) |
Set the additionalColumns property: Specifies the additional columns to be added to source data.
|
AzureSqlSource |
AzureSqlSource.withDisableMetricsCollection(Object disableMetricsCollection) |
Set the disableMetricsCollection property: If true, disable data store metrics collection.
|
AzureSqlSource |
AzureSqlSource.withMaxConcurrentConnections(Object maxConcurrentConnections) |
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.
|
AzureSqlSource |
AzureSqlSource.withPartitionOption(Object partitionOption) |
Set the partitionOption property: The partition mechanism that will be used for Sql read in parallel.
|
AzureSqlSource |
AzureSqlSource.withPartitionSettings(SqlPartitionSettings partitionSettings) |
Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.
|
AzureSqlSource |
AzureSqlSource.withProduceAdditionalTypes(Object produceAdditionalTypes) |
Set the produceAdditionalTypes property: Which additional types to produce.
|
AzureSqlSource |
AzureSqlSource.withQueryTimeout(Object queryTimeout) |
Set the queryTimeout property: Query timeout.
|
AzureSqlSource |
AzureSqlSource.withSourceRetryCount(Object sourceRetryCount) |
Set the sourceRetryCount property: Source retry count.
|
AzureSqlSource |
AzureSqlSource.withSourceRetryWait(Object sourceRetryWait) |
Set the sourceRetryWait property: Source retry wait.
|
AzureSqlSource |
AzureSqlSource.withSqlReaderQuery(Object sqlReaderQuery) |
Set the sqlReaderQuery property: SQL reader query.
|
AzureSqlSource |
AzureSqlSource.withSqlReaderStoredProcedureName(Object sqlReaderStoredProcedureName) |
Set the sqlReaderStoredProcedureName property: Name of the stored procedure for a SQL Database source.
|
AzureSqlSource |
AzureSqlSource.withStoredProcedureParameters(Map<String,StoredProcedureParameter> storedProcedureParameters) |
Set the storedProcedureParameters property: Value and type setting for stored procedure parameters.
|