USqlExternalDataSource Class
- java.
lang. Object - CatalogItem
- com.
microsoft. azure. management. datalake. analytics. models. USqlExternalDataSource
- com.
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. |
USql |
withDatabaseName(String databaseName)
Set the databaseName value. |
USql |
withName(String name)
Set the name value. |
USql |
withProvider(String provider)
Set the provider value. |
USql |
withProviderString(String providerString)
Set the providerString value. |
USql |
withPushdownTypes(List<String> pushdownTypes)
Set the pushdownTypes value. |
Inherited Members
Method Details
databaseName
public String databaseName()
Get the databaseName value.
Returns:
name
public String name()
Get the name value.
Returns:
provider
public String provider()
Get the provider value.
Returns:
providerString
public String providerString()
Get the providerString value.
Returns:
pushdownTypes
public List
Get the pushdownTypes value.
Returns:
withDatabaseName
public USqlExternalDataSource withDatabaseName(String databaseName)
Set the databaseName value.
Parameters:
Returns:
withName
public USqlExternalDataSource withName(String name)
Set the name value.
Parameters:
Returns:
withProvider
public USqlExternalDataSource withProvider(String provider)
Set the provider value.
Parameters:
Returns:
withProviderString
public USqlExternalDataSource withProviderString(String providerString)
Set the providerString value.
Parameters:
Returns:
withPushdownTypes
public USqlExternalDataSource withPushdownTypes(List
Set the pushdownTypes value.
Parameters:
Returns:
Applies to
Azure SDK for Java