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 Details

    • AzureDatabricksDeltaLakeSource

      public AzureDatabricksDeltaLakeSource()
  • Method Details

    • 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.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class CopySource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.