java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
Direct Known Subclasses:
USqlAssembly, USqlAssemblyClr, USqlCredential, USqlDatabase, USqlExternalDataSource, USqlPackage, USqlProcedure, USqlSchema, USqlSecret, USqlTable, USqlTablePartition, USqlTableStatistics, USqlTableValuedFunction, USqlType, USqlView

public class CatalogItem extends Object
A Data Lake Analytics catalog item.
  • Constructor Details

    • CatalogItem

      public CatalogItem()
  • Method Details

    • computeAccountName

      public String computeAccountName()
      Get the name of the Data Lake Analytics account.
      Returns:
      the computeAccountName value
    • withComputeAccountName

      public CatalogItem withComputeAccountName(String computeAccountName)
      Set the name of the Data Lake Analytics account.
      Parameters:
      computeAccountName - the computeAccountName value to set
      Returns:
      the CatalogItem object itself.
    • version

      public UUID version()
      Get the version of the catalog item.
      Returns:
      the version value
    • withVersion

      public CatalogItem withVersion(UUID version)
      Set the version of the catalog item.
      Parameters:
      version - the version value to set
      Returns:
      the CatalogItem object itself.