Class AzureDatabricksDeltaLakeSource
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.CopySource
-
- com.azure.resourcemanager.datafactory.models.AzureDatabricksDeltaLakeSource
-
public final class AzureDatabricksDeltaLakeSource extends CopySource
A copy activity Azure Databricks Delta Lake source.
-
-
Constructor Summary
Constructors Constructor Description AzureDatabricksDeltaLakeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureDatabricksDeltaLakeExportCommand
exportSettings()
Get the exportSettings property: Azure Databricks Delta Lake export settings.Object
query()
Get the query property: Azure Databricks Delta Lake Sql query.void
validate()
Validates the instance.AzureDatabricksDeltaLakeSource
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection.AzureDatabricksDeltaLakeSource
withExportSettings(AzureDatabricksDeltaLakeExportCommand exportSettings)
Set the exportSettings property: Azure Databricks Delta Lake export settings.AzureDatabricksDeltaLakeSource
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.AzureDatabricksDeltaLakeSource
withQuery(Object query)
Set the query property: Azure Databricks Delta Lake Sql query.AzureDatabricksDeltaLakeSource
withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count.AzureDatabricksDeltaLakeSource
withSourceRetryWait(Object sourceRetryWait)
Set the sourceRetryWait property: Source retry wait.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.CopySource
additionalProperties, disableMetricsCollection, maxConcurrentConnections, sourceRetryCount, sourceRetryWait, withAdditionalProperties
-
-
-
-
Method Detail
-
query
public Object query()
Get the query property: Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).- Returns:
- the query value.
-
withQuery
public AzureDatabricksDeltaLakeSource withQuery(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.
-
exportSettings
public AzureDatabricksDeltaLakeExportCommand exportSettings()
Get the exportSettings property: Azure Databricks Delta Lake export settings.- Returns:
- the exportSettings value.
-
withExportSettings
public AzureDatabricksDeltaLakeSource withExportSettings(AzureDatabricksDeltaLakeExportCommand exportSettings)
Set the exportSettings property: Azure Databricks Delta Lake export settings.- Parameters:
exportSettings
- the exportSettings value to set.- Returns:
- the AzureDatabricksDeltaLakeSource object itself.
-
withSourceRetryCount
public AzureDatabricksDeltaLakeSource withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).- Overrides:
withSourceRetryCount
in classCopySource
- Parameters:
sourceRetryCount
- the sourceRetryCount value to set.- Returns:
- the CopySource object itself.
-
withSourceRetryWait
public AzureDatabricksDeltaLakeSource withSourceRetryWait(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:
withSourceRetryWait
in classCopySource
- Parameters:
sourceRetryWait
- the sourceRetryWait value to set.- Returns:
- the CopySource object itself.
-
withMaxConcurrentConnections
public AzureDatabricksDeltaLakeSource withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).- Overrides:
withMaxConcurrentConnections
in classCopySource
- Parameters:
maxConcurrentConnections
- the maxConcurrentConnections value to set.- Returns:
- the CopySource object itself.
-
withDisableMetricsCollection
public AzureDatabricksDeltaLakeSource withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).- Overrides:
withDisableMetricsCollection
in classCopySource
- Parameters:
disableMetricsCollection
- the disableMetricsCollection value to set.- Returns:
- the CopySource object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classCopySource
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-