Class USqlSchema
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlSchema
A Data Lake Analytics catalog U-SQL schema item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the database.name()
Get the name of the schema.withDatabaseName
(String databaseName) Set the name of the database.Set the name of the schema.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlSchema
public USqlSchema()
-
-
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 USqlSchema object itself.
-
name
Get the name of the schema.- Returns:
- the name value
-
withName
Set the name of the schema.- Parameters:
name
- the name value to set- Returns:
- the USqlSchema object itself.
-