USqlExternalDataSource Class

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

public class USqlExternalDataSource extends CatalogItem

A Data Lake Analytics catalog U-SQL external datasource item.

Method Summary

Modifier and Type Method and Description
String databaseName()

Get the databaseName value.

String name()

Get the name value.

String provider()

Get the provider value.

String providerString()

Get the providerString value.

List<String> pushdownTypes()

Get the pushdownTypes value.

USqlExternalDataSource withDatabaseName(String databaseName)

Set the databaseName value.

USqlExternalDataSource withName(String name)

Set the name value.

USqlExternalDataSource withProvider(String provider)

Set the provider value.

USqlExternalDataSource withProviderString(String providerString)

Set the providerString value.

USqlExternalDataSource withPushdownTypes(List<String> pushdownTypes)

Set the pushdownTypes value.

Inherited Members

Method Details

databaseName

public String databaseName()

Get the databaseName value.

Returns:

the databaseName value

name

public String name()

Get the name value.

Returns:

the name value

provider

public String provider()

Get the provider value.

Returns:

the provider value

providerString

public String providerString()

Get the providerString value.

Returns:

the providerString value

pushdownTypes

public List pushdownTypes()

Get the pushdownTypes value.

Returns:

the pushdownTypes value

withDatabaseName

public USqlExternalDataSource withDatabaseName(String databaseName)

Set the databaseName value.

Parameters:

databaseName - the databaseName value to set

Returns:

the USqlExternalDataSource object itself.

withName

public USqlExternalDataSource withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the USqlExternalDataSource object itself.

withProvider

public USqlExternalDataSource withProvider(String provider)

Set the provider value.

Parameters:

provider - the provider value to set

Returns:

the USqlExternalDataSource object itself.

withProviderString

public USqlExternalDataSource withProviderString(String providerString)

Set the providerString value.

Parameters:

providerString - the providerString value to set

Returns:

the USqlExternalDataSource object itself.

withPushdownTypes

public USqlExternalDataSource withPushdownTypes(List pushdownTypes)

Set the pushdownTypes value.

Parameters:

pushdownTypes - the pushdownTypes value to set

Returns:

the USqlExternalDataSource object itself.

Applies to