USqlDistributionInfo Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. USqlDistributionInfo
- com.
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<USql |
keys()
Get the keys value. |
Integer |
type()
Get the type value. |
USql |
withCount(Integer count)
Set the count value. |
USql |
withDynamicCount(Integer dynamicCount)
Set the dynamicCount value. |
USql |
withKeys(List<USqlDirectedColumn> keys)
Set the keys value. |
USql |
withType(Integer type)
Set the type value. |
Method Details
count
public Integer count()
Get the count value.
Returns:
dynamicCount
public Integer dynamicCount()
Get the dynamicCount value.
Returns:
keys
public List
Get the keys value.
Returns:
type
public Integer type()
Get the type value.
Returns:
withCount
public USqlDistributionInfo withCount(Integer count)
Set the count value.
Parameters:
Returns:
withDynamicCount
public USqlDistributionInfo withDynamicCount(Integer dynamicCount)
Set the dynamicCount value.
Parameters:
Returns:
withKeys
public USqlDistributionInfo withKeys(List
Set the keys value.
Parameters:
Returns:
withType
public USqlDistributionInfo withType(Integer type)
Set the type value.
Parameters:
Returns:
Applies to
Azure SDK for Java