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

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

    • USqlView

      public USqlView()
  • Method Details

    • databaseName

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

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

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

      public USqlView withSchemaName(String schemaName)
      Set the name of the schema associated with this view and database.
      Parameters:
      schemaName - the schemaName value to set
      Returns:
      the USqlView object itself.
    • name

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

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

      public String definition()
      Get the defined query of the view.
      Returns:
      the definition value
    • withDefinition

      public USqlView withDefinition(String definition)
      Set the defined query of the view.
      Parameters:
      definition - the definition value to set
      Returns:
      the USqlView object itself.