USqlDistributionInfo Class

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

public class USqlDistributionInfo

A Data Lake Analytics catalog U-SQL distribution information object.

Method Summary

Modifier and Type Method and Description
Integer count()

Get the count value.

Integer dynamicCount()

Get the dynamicCount value.

List<USqlDirectedColumn> keys()

Get the keys value.

Integer type()

Get the type value.

USqlDistributionInfo withCount(Integer count)

Set the count value.

USqlDistributionInfo withDynamicCount(Integer dynamicCount)

Set the dynamicCount value.

USqlDistributionInfo withKeys(List<USqlDirectedColumn> keys)

Set the keys value.

USqlDistributionInfo withType(Integer type)

Set the type value.

Method Details

count

public Integer count()

Get the count value.

Returns:

the count value

dynamicCount

public Integer dynamicCount()

Get the dynamicCount value.

Returns:

the dynamicCount value

keys

public List keys()

Get the keys value.

Returns:

the keys value

type

public Integer type()

Get the type value.

Returns:

the type value

withCount

public USqlDistributionInfo withCount(Integer count)

Set the count value.

Parameters:

count - the count value to set

Returns:

the USqlDistributionInfo object itself.

withDynamicCount

public USqlDistributionInfo withDynamicCount(Integer dynamicCount)

Set the dynamicCount value.

Parameters:

dynamicCount - the dynamicCount value to set

Returns:

the USqlDistributionInfo object itself.

withKeys

public USqlDistributionInfo withKeys(List keys)

Set the keys value.

Parameters:

keys - the keys value to set

Returns:

the USqlDistributionInfo object itself.

withType

public USqlDistributionInfo withType(Integer type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the USqlDistributionInfo object itself.

Applies to