Class USqlExternalDataSource

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlExternalDataSource

public class USqlExternalDataSource extends CatalogItem
A Data Lake Analytics catalog U-SQL external datasource item.
  • Constructor Details

    • USqlExternalDataSource

      public USqlExternalDataSource()
  • Method Details

    • databaseName

      public String databaseName()
      Get the name of the database.
      Returns:
      the databaseName value
    • withDatabaseName

      public USqlExternalDataSource withDatabaseName(String databaseName)
      Set the name of the database.
      Parameters:
      databaseName - the databaseName value to set
      Returns:
      the USqlExternalDataSource object itself.
    • name

      public String name()
      Get the name of the external data source.
      Returns:
      the name value
    • withName

      public USqlExternalDataSource withName(String name)
      Set the name of the external data source.
      Parameters:
      name - the name value to set
      Returns:
      the USqlExternalDataSource object itself.
    • provider

      public String provider()
      Get the name of the provider for the external data source.
      Returns:
      the provider value
    • withProvider

      public USqlExternalDataSource withProvider(String provider)
      Set the name of the provider for the external data source.
      Parameters:
      provider - the provider value to set
      Returns:
      the USqlExternalDataSource object itself.
    • providerString

      public String providerString()
      Get the name of the provider string for the external data source.
      Returns:
      the providerString value
    • withProviderString

      public USqlExternalDataSource withProviderString(String providerString)
      Set the name of the provider string for the external data source.
      Parameters:
      providerString - the providerString value to set
      Returns:
      the USqlExternalDataSource object itself.
    • pushdownTypes

      public List<String> pushdownTypes()
      Get the list of types to push down from the external data source.
      Returns:
      the pushdownTypes value
    • withPushdownTypes

      public USqlExternalDataSource withPushdownTypes(List<String> pushdownTypes)
      Set the list of types to push down from the external data source.
      Parameters:
      pushdownTypes - the pushdownTypes value to set
      Returns:
      the USqlExternalDataSource object itself.