Uses of Class
com.microsoft.azure.management.datalake.analytics.models.EntityId
Packages that use EntityId
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of EntityId in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return EntityIdModifier and TypeMethodDescriptionExternalTable.dataSource()
Get the data source associated with this external table.USqlAssemblyDependencyInfo.entityId()
Get the EntityId of the dependency.Set the name of the external table associated with this database, schema and table.EntityId.withVersion
(UUID version) Set the version of the external data source.Methods in com.microsoft.azure.management.datalake.analytics.models with parameters of type EntityIdModifier and TypeMethodDescriptionExternalTable.withDataSource
(EntityId dataSource) Set the data source associated with this external table.USqlAssemblyDependencyInfo.withEntityId
(EntityId entityId) Set the EntityId of the dependency.