Class USqlDistributionInfo
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.USqlDistributionInfo
A Data Lake Analytics catalog U-SQL distribution information object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncount()
Get the count of indices using this distribution.Get the dynamic count of indices using this distribution.keys()
Get the list of directed columns in the distribution.type()
Get the type of this distribution.Set the count of indices using this distribution.withDynamicCount
(Integer dynamicCount) Set the dynamic count of indices using this distribution.withKeys
(List<USqlDirectedColumn> keys) Set the list of directed columns in the distribution.Set the type of this distribution.
-
Constructor Details
-
USqlDistributionInfo
public USqlDistributionInfo()
-
-
Method Details
-
type
Get the type of this distribution.- Returns:
- the type value
-
withType
Set the type of this distribution.- Parameters:
type
- the type value to set- Returns:
- the USqlDistributionInfo object itself.
-
keys
Get the list of directed columns in the distribution.- Returns:
- the keys value
-
withKeys
Set the list of directed columns in the distribution.- Parameters:
keys
- the keys value to set- Returns:
- the USqlDistributionInfo object itself.
-
count
Get the count of indices using this distribution.- Returns:
- the count value
-
withCount
Set the count of indices using this distribution.- Parameters:
count
- the count value to set- Returns:
- the USqlDistributionInfo object itself.
-
dynamicCount
Get the dynamic count of indices using this distribution.- Returns:
- the dynamicCount value
-
withDynamicCount
Set the dynamic count of indices using this distribution.- Parameters:
dynamicCount
- the dynamicCount value to set- Returns:
- the USqlDistributionInfo object itself.
-