java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.EntityId

public class EntityId extends Object
A Data Lake Analytics catalog entity identifier object.
  • Constructor Details

    • EntityId

      public EntityId()
  • Method Details

    • name

      public DdlName name()
      Get the name of the external table associated with this database, schema and table.
      Returns:
      the name value
    • withName

      public EntityId withName(DdlName name)
      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

      public UUID version()
      Get the version of the external data source.
      Returns:
      the version value
    • withVersion

      public EntityId withVersion(UUID version)
      Set the version of the external data source.
      Parameters:
      version - the version value to set
      Returns:
      the EntityId object itself.