AzureDatabricksDeltaLakeSource Class

public final class AzureDatabricksDeltaLakeSource
extends CopySource

A copy activity Azure Databricks Delta Lake source.

Constructor Summary

Constructor Description
AzureDatabricksDeltaLakeSource()

Creates an instance of AzureDatabricksDeltaLakeSource class.

Method Summary

Modifier and Type Method and Description
AzureDatabricksDeltaLakeExportCommand getExportSettings()

Get the exportSettings property: Azure Databricks Delta Lake export settings.

Object getQuery()

Get the query property: Azure Databricks Delta Lake Sql query.

AzureDatabricksDeltaLakeSource setExportSettings(AzureDatabricksDeltaLakeExportCommand exportSettings)

Set the exportSettings property: Azure Databricks Delta Lake export settings.

AzureDatabricksDeltaLakeSource setMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.

AzureDatabricksDeltaLakeSource setQuery(Object query)

Set the query property: Azure Databricks Delta Lake Sql query.

AzureDatabricksDeltaLakeSource setSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count.

AzureDatabricksDeltaLakeSource setSourceRetryWait(Object sourceRetryWait)

Set the sourceRetryWait property: Source retry wait.

Methods inherited from CopySource

Methods inherited from java.lang.Object

Constructor Details

AzureDatabricksDeltaLakeSource

public AzureDatabricksDeltaLakeSource()

Creates an instance of AzureDatabricksDeltaLakeSource class.

Method Details

getExportSettings

public AzureDatabricksDeltaLakeExportCommand getExportSettings()

Get the exportSettings property: Azure Databricks Delta Lake export settings.

Returns:

the exportSettings value.

getQuery

public Object getQuery()

Get the query property: Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).

Returns:

the query value.

setExportSettings

public AzureDatabricksDeltaLakeSource setExportSettings(AzureDatabricksDeltaLakeExportCommand exportSettings)

Set the exportSettings property: Azure Databricks Delta Lake export settings.

Parameters:

exportSettings - the exportSettings value to set.

Returns:

the AzureDatabricksDeltaLakeSource object itself.

setMaxConcurrentConnections

public AzureDatabricksDeltaLakeSource setMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Overrides:

AzureDatabricksDeltaLakeSource.setMaxConcurrentConnections(Object maxConcurrentConnections)

Parameters:

maxConcurrentConnections

setQuery

public AzureDatabricksDeltaLakeSource setQuery(Object query)

Set the query property: Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).

Parameters:

query - the query value to set.

Returns:

the AzureDatabricksDeltaLakeSource object itself.

setSourceRetryCount

public AzureDatabricksDeltaLakeSource setSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).

Overrides:

AzureDatabricksDeltaLakeSource.setSourceRetryCount(Object sourceRetryCount)

Parameters:

sourceRetryCount

setSourceRetryWait

public AzureDatabricksDeltaLakeSource setSourceRetryWait(Object sourceRetryWait)

Set the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

Overrides:

AzureDatabricksDeltaLakeSource.setSourceRetryWait(Object sourceRetryWait)

Parameters:

sourceRetryWait

Applies to