Class CatalogItem
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
A Data Lake Analytics catalog item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the Data Lake Analytics account.version()
Get the version of the catalog item.withComputeAccountName
(String computeAccountName) Set the name of the Data Lake Analytics account.withVersion
(UUID version) Set the version of the catalog item.
-
Constructor Details
-
CatalogItem
public CatalogItem()
-
-
Method Details
-
computeAccountName
Get the name of the Data Lake Analytics account.- Returns:
- the computeAccountName value
-
withComputeAccountName
Set the name of the Data Lake Analytics account.- Parameters:
computeAccountName
- the computeAccountName value to set- Returns:
- the CatalogItem object itself.
-
version
Get the version of the catalog item.- Returns:
- the version value
-
withVersion
Set the version of the catalog item.- Parameters:
version
- the version value to set- Returns:
- the CatalogItem object itself.
-