java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlPackage

public class USqlPackage extends CatalogItem
A Data Lake Analytics catalog U-SQL package item.
  • Constructor Details

    • USqlPackage

      public USqlPackage()
  • Method Details

    • databaseName

      public String databaseName()
      Get the name of the database containing the package.
      Returns:
      the databaseName value
    • withDatabaseName

      public USqlPackage withDatabaseName(String databaseName)
      Set the name of the database containing the package.
      Parameters:
      databaseName - the databaseName value to set
      Returns:
      the USqlPackage object itself.
    • schemaName

      public String schemaName()
      Get the name of the schema associated with this package and database.
      Returns:
      the schemaName value
    • withSchemaName

      public USqlPackage withSchemaName(String schemaName)
      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

      public String name()
      Get the name of the package.
      Returns:
      the name value
    • withName

      public USqlPackage withName(String name)
      Set the name of the package.
      Parameters:
      name - the name value to set
      Returns:
      the USqlPackage object itself.
    • definition

      public String definition()
      Get the definition of the package.
      Returns:
      the definition value
    • withDefinition

      public USqlPackage withDefinition(String definition)
      Set the definition of the package.
      Parameters:
      definition - the definition value to set
      Returns:
      the USqlPackage object itself.