Class USqlTableValuedFunction

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

public class USqlTableValuedFunction extends CatalogItem
A Data Lake Analytics catalog U-SQL table valued function item.
  • Constructor Details

    • USqlTableValuedFunction

      public USqlTableValuedFunction()
  • Method Details

    • databaseName

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

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

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

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

      public String name()
      Get the name of the table valued function.
      Returns:
      the name value
    • withName

      public USqlTableValuedFunction withName(String name)
      Set the name of the table valued function.
      Parameters:
      name - the name value to set
      Returns:
      the USqlTableValuedFunction object itself.
    • definition

      public String definition()
      Get the definition of the table valued function.
      Returns:
      the definition value
    • withDefinition

      public USqlTableValuedFunction withDefinition(String definition)
      Set the definition of the table valued function.
      Parameters:
      definition - the definition value to set
      Returns:
      the USqlTableValuedFunction object itself.