USqlTablePartition Class

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

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.

DdlName parentName()

Get the parentName value.

String schemaName()

Get the schemaName value.

USqlTablePartition withCreateDate(DateTime createDate)

Set the createDate value.

USqlTablePartition withDatabaseName(String databaseName)

Set the databaseName value.

USqlTablePartition withIndexId(Integer indexId)

Set the indexId value.

USqlTablePartition withLabel(List<String> label)

Set the label value.

USqlTablePartition withName(String name)

Set the name value.

USqlTablePartition withParentName(DdlName parentName)

Set the parentName value.

USqlTablePartition withSchemaName(String schemaName)

Set the schemaName value.

Inherited Members

Method Details

createDate

public DateTime createDate()

Get the createDate value.

Returns:

the createDate value

databaseName

public String databaseName()

Get the databaseName value.

Returns:

the databaseName value

indexId

public Integer indexId()

Get the indexId value.

Returns:

the indexId value

label

public List label()

Get the label value.

Returns:

the label value

name

public String name()

Get the name value.

Returns:

the name value

parentName

public DdlName parentName()

Get the parentName value.

Returns:

the parentName value

schemaName

public String schemaName()

Get the schemaName value.

Returns:

the schemaName value

withCreateDate

public USqlTablePartition withCreateDate(DateTime createDate)

Set the createDate value.

Parameters:

createDate - the createDate value to set

Returns:

the USqlTablePartition object itself.

withDatabaseName

public USqlTablePartition withDatabaseName(String databaseName)

Set the databaseName value.

Parameters:

databaseName - the databaseName value to set

Returns:

the USqlTablePartition object itself.

withIndexId

public USqlTablePartition withIndexId(Integer indexId)

Set the indexId value.

Parameters:

indexId - the indexId value to set

Returns:

the USqlTablePartition object itself.

withLabel

public USqlTablePartition withLabel(List label)

Set the label value.

Parameters:

label - the label value to set

Returns:

the USqlTablePartition object itself.

withName

public USqlTablePartition withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the USqlTablePartition object itself.

withParentName

public USqlTablePartition withParentName(DdlName parentName)

Set the parentName value.

Parameters:

parentName - the parentName value to set

Returns:

the USqlTablePartition object itself.

withSchemaName

public USqlTablePartition withSchemaName(String schemaName)

Set the schemaName value.

Parameters:

schemaName - the schemaName value to set

Returns:

the USqlTablePartition object itself.

Applies to