java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.ExternalTable

public class ExternalTable extends Object
A Data Lake Analytics catalog external table item.
  • Constructor Details

    • ExternalTable

      public ExternalTable()
  • Method Details

    • tableName

      public String tableName()
      Get the name of the table associated with this database and schema.
      Returns:
      the tableName value
    • withTableName

      public ExternalTable withTableName(String tableName)
      Set the name of the table associated with this database and schema.
      Parameters:
      tableName - the tableName value to set
      Returns:
      the ExternalTable object itself.
    • dataSource

      public EntityId dataSource()
      Get the data source associated with this external table.
      Returns:
      the dataSource value
    • withDataSource

      public ExternalTable withDataSource(EntityId dataSource)
      Set the data source associated with this external table.
      Parameters:
      dataSource - the dataSource value to set
      Returns:
      the ExternalTable object itself.