Class USqlExternalDataSource
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlExternalDataSource
A Data Lake Analytics catalog U-SQL external datasource item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the database.name()
Get the name of the external data source.provider()
Get the name of the provider for the external data source.Get the name of the provider string for the external data source.Get the list of types to push down from the external data source.withDatabaseName
(String databaseName) Set the name of the database.Set the name of the external data source.withProvider
(String provider) Set the name of the provider for the external data source.withProviderString
(String providerString) Set the name of the provider string for the external data source.withPushdownTypes
(List<String> pushdownTypes) Set the list of types to push down from the external data source.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlExternalDataSource
public USqlExternalDataSource()
-
-
Method Details
-
databaseName
Get the name of the database.- Returns:
- the databaseName value
-
withDatabaseName
Set the name of the database.- Parameters:
databaseName
- the databaseName value to set- Returns:
- the USqlExternalDataSource object itself.
-
name
Get the name of the external data source.- Returns:
- the name value
-
withName
Set the name of the external data source.- Parameters:
name
- the name value to set- Returns:
- the USqlExternalDataSource object itself.
-
provider
Get the name of the provider for the external data source.- Returns:
- the provider value
-
withProvider
Set the name of the provider for the external data source.- Parameters:
provider
- the provider value to set- Returns:
- the USqlExternalDataSource object itself.
-
providerString
Get the name of the provider string for the external data source.- Returns:
- the providerString value
-
withProviderString
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
Get the list of types to push down from the external data source.- Returns:
- the pushdownTypes value
-
withPushdownTypes
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.
-