ExternalTable Class

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

public class ExternalTable

A Data Lake Analytics catalog external table item.

Method Summary

Modifier and Type Method and Description
EntityId dataSource()

Get the dataSource value.

String tableName()

Get the tableName value.

ExternalTable withDataSource(EntityId dataSource)

Set the dataSource value.

ExternalTable withTableName(String tableName)

Set the tableName value.

Method Details

dataSource

public EntityId dataSource()

Get the dataSource value.

Returns:

the dataSource value

tableName

public String tableName()

Get the tableName value.

Returns:

the tableName value

withDataSource

public ExternalTable withDataSource(EntityId dataSource)

Set the dataSource value.

Parameters:

dataSource - the dataSource value to set

Returns:

the ExternalTable object itself.

withTableName

public ExternalTable withTableName(String tableName)

Set the tableName value.

Parameters:

tableName - the tableName value to set

Returns:

the ExternalTable object itself.

Applies to