Class AzureDatabricksDeltaLakeSource

java.lang.Object
com.azure.analytics.synapse.artifacts.models.CopySource
com.azure.analytics.synapse.artifacts.models.AzureDatabricksDeltaLakeSource

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

    • AzureDatabricksDeltaLakeSource

      public AzureDatabricksDeltaLakeSource()
  • Method Details

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

      public AzureDatabricksDeltaLakeExportCommand getExportSettings()
      Get the exportSettings property: Azure Databricks Delta Lake export settings.
      Returns:
      the exportSettings 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.
    • setSourceRetryCount

      public AzureDatabricksDeltaLakeSource setSourceRetryCount(Object sourceRetryCount)
      Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
      Overrides:
      setSourceRetryCount in class CopySource
      Parameters:
      sourceRetryCount - the sourceRetryCount value to set.
      Returns:
      the CopySource object itself.
    • 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:
      setSourceRetryWait in class CopySource
      Parameters:
      sourceRetryWait - the sourceRetryWait value to set.
      Returns:
      the CopySource 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:
      setMaxConcurrentConnections in class CopySource
      Parameters:
      maxConcurrentConnections - the maxConcurrentConnections value to set.
      Returns:
      the CopySource object itself.