Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlDirectedColumn
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlDirectedColumn in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlDirectedColumn.withDescending
(Boolean descending) Set the switch indicating if the index is descending or not.Set the name of the index in the table.Modifier and TypeMethodDescriptionUSqlIndex.indexKeys()
Get the list of directed columns in the index.USqlDistributionInfo.keys()
Get the list of directed columns in the distribution.Modifier and TypeMethodDescriptionUSqlIndex.withIndexKeys
(List<USqlDirectedColumn> indexKeys) Set the list of directed columns in the index.USqlDistributionInfo.withKeys
(List<USqlDirectedColumn> keys) Set the list of directed columns in the distribution.