Class AzureDatabricksDeltaLakeSource


  • public final class AzureDatabricksDeltaLakeSource
    extends CopySource
    A copy activity Azure Databricks Delta Lake source.
    • Constructor Detail

      • AzureDatabricksDeltaLakeSource

        public AzureDatabricksDeltaLakeSource()
    • 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 class CopySource
        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 class CopySource
        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 class CopySource
        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 class CopySource
        Parameters:
        disableMetricsCollection - the disableMetricsCollection value to set.
        Returns:
        the CopySource object itself.