Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlDirectedColumn
Packages that use USqlDirectedColumn
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlDirectedColumn in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return USqlDirectedColumnModifier 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.Methods in com.microsoft.azure.management.datalake.analytics.models that return types with arguments of type USqlDirectedColumnModifier and TypeMethodDescriptionUSqlIndex.indexKeys()Get the list of directed columns in the index.USqlDistributionInfo.keys()Get the list of directed columns in the distribution.Method parameters in com.microsoft.azure.management.datalake.analytics.models with type arguments of type USqlDirectedColumnModifier 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.