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

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

    • USqlSchema

      public USqlSchema()
  • Method Details

    • databaseName

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

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

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

      public USqlSchema withName(String name)
      Set the name of the schema.
      Parameters:
      name - the name value to set
      Returns:
      the USqlSchema object itself.