USqlSchema Class
- java.
lang. Object - CatalogItem
- com.
microsoft. azure. management. datalake. analytics. models. USqlSchema
- com.
public class USqlSchema extends CatalogItem
A Data Lake Analytics catalog U-SQL schema item.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
databaseName()
Get the databaseName value. |
String |
name()
Get the name value. |
USql |
withDatabaseName(String databaseName)
Set the databaseName value. |
USql |
withName(String name)
Set the name value. |
Inherited Members
Method Details
databaseName
public String databaseName()
Get the databaseName value.
Returns:
name
public String name()
Get the name value.
Returns:
withDatabaseName
public USqlSchema withDatabaseName(String databaseName)
Set the databaseName value.
Parameters:
Returns:
withName
public USqlSchema withName(String name)
Set the name value.
Parameters:
Returns: