Class USqlTablePartition
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlTablePartition
A Data Lake Analytics catalog U-SQL table partition item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Get the creation time of the partition.Get the name of the database.indexId()
Get the index ID for this partition.label()
Get the list of labels associated with this partition.name()
Get the name of the table partition.Get the Ddl object of the partition's parent.Get the name of the schema associated with this table partition and database.withCreateDate
(org.joda.time.DateTime createDate) Set the creation time of the partition.withDatabaseName
(String databaseName) Set the name of the database.withIndexId
(Integer indexId) Set the index ID for this partition.Set the list of labels associated with this partition.Set the name of the table partition.withParentName
(DdlName parentName) Set the Ddl object of the partition's parent.withSchemaName
(String schemaName) Set the name of the schema associated with this table partition and database.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlTablePartition
public USqlTablePartition()
-
-
Method Details
-
databaseName
Get the name of the database.- Returns:
- the databaseName value
-
withDatabaseName
Set the name of the database.- Parameters:
databaseName
- the databaseName value to set- Returns:
- the USqlTablePartition object itself.
-
schemaName
Get the name of the schema associated with this table partition and database.- Returns:
- the schemaName value
-
withSchemaName
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
Get the name of the table partition.- Returns:
- the name value
-
withName
Set the name of the table partition.- Parameters:
name
- the name value to set- Returns:
- the USqlTablePartition object itself.
-
parentName
Get the Ddl object of the partition's parent.- Returns:
- the parentName value
-
withParentName
Set the Ddl object of the partition's parent.- Parameters:
parentName
- the parentName value to set- Returns:
- the USqlTablePartition object itself.
-
indexId
Get the index ID for this partition.- Returns:
- the indexId value
-
withIndexId
Set the index ID for this partition.- Parameters:
indexId
- the indexId value to set- Returns:
- the USqlTablePartition object itself.
-
label
Get the list of labels associated with this partition.- Returns:
- the label value
-
withLabel
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
Set the creation time of the partition.- Parameters:
createDate
- the createDate value to set- Returns:
- the USqlTablePartition object itself.
-