java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlTablePartition

public class USqlTablePartition extends CatalogItem
A Data Lake Analytics catalog U-SQL table partition item.
  • Constructor Details

    • USqlTablePartition

      public USqlTablePartition()
  • Method Details

    • databaseName

      public String databaseName()
      Get the name of the database.
      Returns:
      the databaseName value
    • withDatabaseName

      public USqlTablePartition withDatabaseName(String databaseName)
      Set the name of the database.
      Parameters:
      databaseName - the databaseName value to set
      Returns:
      the USqlTablePartition object itself.
    • schemaName

      public String schemaName()
      Get the name of the schema associated with this table partition and database.
      Returns:
      the schemaName value
    • withSchemaName

      public USqlTablePartition withSchemaName(String schemaName)
      Set the name of the schema associated with this table partition and database.
      Parameters:
      schemaName - the schemaName value to set
      Returns:
      the USqlTablePartition object itself.
    • name

      public String name()
      Get the name of the table partition.
      Returns:
      the name value
    • withName

      public USqlTablePartition withName(String name)
      Set the name of the table partition.
      Parameters:
      name - the name value to set
      Returns:
      the USqlTablePartition object itself.
    • parentName

      public DdlName parentName()
      Get the Ddl object of the partition's parent.
      Returns:
      the parentName value
    • withParentName

      public USqlTablePartition withParentName(DdlName parentName)
      Set the Ddl object of the partition's parent.
      Parameters:
      parentName - the parentName value to set
      Returns:
      the USqlTablePartition object itself.
    • indexId

      public Integer indexId()
      Get the index ID for this partition.
      Returns:
      the indexId value
    • withIndexId

      public USqlTablePartition withIndexId(Integer indexId)
      Set the index ID for this partition.
      Parameters:
      indexId - the indexId value to set
      Returns:
      the USqlTablePartition object itself.
    • label

      public List<String> label()
      Get the list of labels associated with this partition.
      Returns:
      the label value
    • withLabel

      public USqlTablePartition withLabel(List<String> label)
      Set the list of labels associated with this partition.
      Parameters:
      label - the label value to set
      Returns:
      the USqlTablePartition object itself.
    • createDate

      public org.joda.time.DateTime createDate()
      Get the creation time of the partition.
      Returns:
      the createDate value
    • withCreateDate

      public USqlTablePartition withCreateDate(org.joda.time.DateTime createDate)
      Set the creation time of the partition.
      Parameters:
      createDate - the createDate value to set
      Returns:
      the USqlTablePartition object itself.