Class USqlPackage
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlPackage
A Data Lake Analytics catalog U-SQL package item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the database containing the package.Get the definition of the package.name()
Get the name of the package.Get the name of the schema associated with this package and database.withDatabaseName
(String databaseName) Set the name of the database containing the package.withDefinition
(String definition) Set the definition of the package.Set the name of the package.withSchemaName
(String schemaName) Set the name of the schema associated with this package and database.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlPackage
public USqlPackage()
-
-
Method Details
-
databaseName
Get the name of the database containing the package.- Returns:
- the databaseName value
-
withDatabaseName
Set the name of the database containing the package.- Parameters:
databaseName
- the databaseName value to set- Returns:
- the USqlPackage object itself.
-
schemaName
Get the name of the schema associated with this package and database.- Returns:
- the schemaName value
-
withSchemaName
Set the name of the schema associated with this package and database.- Parameters:
schemaName
- the schemaName value to set- Returns:
- the USqlPackage object itself.
-
name
Get the name of the package.- Returns:
- the name value
-
withName
Set the name of the package.- Parameters:
name
- the name value to set- Returns:
- the USqlPackage object itself.
-
definition
Get the definition of the package.- Returns:
- the definition value
-
withDefinition
Set the definition of the package.- Parameters:
definition
- the definition value to set- Returns:
- the USqlPackage object itself.
-