Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlIndex
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlIndex in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlIndex.withColumns
(List<String> columns) Set the list of columns in the index.USqlIndex.withDistributionInfo
(USqlDistributionInfo distributionInfo) Set the distributions info of the index.USqlIndex.withIndexId
(Integer indexId) Set the ID of this index within the table.USqlIndex.withIndexKeys
(List<USqlDirectedColumn> indexKeys) Set the list of directed columns in the index.USqlIndex.withIsColumnstore
(Boolean isColumnstore) Set the switch indicating if this index is a columnstore index.USqlIndex.withIsUnique
(Boolean isUnique) Set the switch indicating if this index is a unique index.Set the name of the index in the table.USqlIndex.withPartitionFunction
(UUID partitionFunction) Set partition function ID for the index.USqlIndex.withPartitionKeyList
(List<String> partitionKeyList) Set the list of partion keys in the index.USqlIndex.withStreamNames
(List<String> streamNames) Set the list of full paths to the streams that contain this index in the DataLake account.Modifier and TypeMethodDescriptionUSqlTable.withIndexList
(List<USqlIndex> indexList) Set the list of indices in this table.