Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlDistributionInfo
Packages that use USqlDistributionInfo
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlDistributionInfo in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return USqlDistributionInfoModifier and TypeMethodDescriptionUSqlIndex.distributionInfo()
Get the distributions info of the index.USqlTable.distributionInfo()
Get the distributions info of the table.Set the count of indices using this distribution.USqlDistributionInfo.withDynamicCount
(Integer dynamicCount) Set the dynamic count of indices using this distribution.USqlDistributionInfo.withKeys
(List<USqlDirectedColumn> keys) Set the list of directed columns in the distribution.Set the type of this distribution.Methods in com.microsoft.azure.management.datalake.analytics.models with parameters of type USqlDistributionInfoModifier and TypeMethodDescriptionUSqlIndex.withDistributionInfo
(USqlDistributionInfo distributionInfo) Set the distributions info of the index.USqlTable.withDistributionInfo
(USqlDistributionInfo distributionInfo) Set the distributions info of the table.