Class EntityId
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.EntityId
A Data Lake Analytics catalog entity identifier object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name of the external table associated with this database, schema and table.version()
Get the version of the external data source.Set the name of the external table associated with this database, schema and table.withVersion
(UUID version) Set the version of the external data source.
-
Constructor Details
-
EntityId
public EntityId()
-
-
Method Details
-
name
Get the name of the external table associated with this database, schema and table.- Returns:
- the name value
-
withName
Set the name of the external table associated with this database, schema and table.- Parameters:
name
- the name value to set- Returns:
- the EntityId object itself.
-
version
Get the version of the external data source.- Returns:
- the version value
-
withVersion
Set the version of the external data source.- Parameters:
version
- the version value to set- Returns:
- the EntityId object itself.
-