USqlTablePartition Class
- java.
lang. Object - CatalogItem
- com.
microsoft. azure. management. datalake. analytics. models. USqlTablePartition
- com.
public class USqlTablePartition extends CatalogItem
A Data Lake Analytics catalog U-SQL table partition item.
Method Summary
Modifier and Type | Method and Description |
---|---|
DateTime |
createDate()
Get the createDate value. |
String |
databaseName()
Get the databaseName value. |
Integer |
indexId()
Get the indexId value. |
List<String> |
label()
Get the label value. |
String |
name()
Get the name value. |
Ddl |
parentName()
Get the parentName value. |
String |
schemaName()
Get the schemaName value. |
USql |
withCreateDate(DateTime createDate)
Set the createDate value. |
USql |
withDatabaseName(String databaseName)
Set the databaseName value. |
USql |
withIndexId(Integer indexId)
Set the indexId value. |
USql |
withLabel(List<String> label)
Set the label value. |
USql |
withName(String name)
Set the name value. |
USql |
withParentName(DdlName parentName)
Set the parentName value. |
USql |
withSchemaName(String schemaName)
Set the schemaName value. |
Inherited Members
Method Details
createDate
public DateTime createDate()
Get the createDate value.
Returns:
databaseName
public String databaseName()
Get the databaseName value.
Returns:
indexId
public Integer indexId()
Get the indexId value.
Returns:
label
public List
Get the label value.
Returns:
name
public String name()
Get the name value.
Returns:
parentName
public DdlName parentName()
Get the parentName value.
Returns:
schemaName
public String schemaName()
Get the schemaName value.
Returns:
withCreateDate
public USqlTablePartition withCreateDate(DateTime createDate)
Set the createDate value.
Parameters:
Returns:
withDatabaseName
public USqlTablePartition withDatabaseName(String databaseName)
Set the databaseName value.
Parameters:
Returns:
withIndexId
public USqlTablePartition withIndexId(Integer indexId)
Set the indexId value.
Parameters:
Returns:
withLabel
public USqlTablePartition withLabel(List
Set the label value.
Parameters:
Returns:
withName
public USqlTablePartition withName(String name)
Set the name value.
Parameters:
Returns:
withParentName
public USqlTablePartition withParentName(DdlName parentName)
Set the parentName value.
Parameters:
Returns:
withSchemaName
public USqlTablePartition withSchemaName(String schemaName)
Set the schemaName value.
Parameters:
Returns:
Applies to
Azure SDK for Java