| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
USqlDirectedColumn |
USqlDirectedColumn.withDescending(Boolean descending)
Set the switch indicating if the index is descending or not.
|
USqlDirectedColumn |
USqlDirectedColumn.withName(String name)
Set the name of the index in the table.
|
| Modifier and Type | Method and Description |
|---|---|
List<USqlDirectedColumn> |
USqlIndex.indexKeys()
Get the list of directed columns in the index.
|
List<USqlDirectedColumn> |
USqlDistributionInfo.keys()
Get the list of directed columns in the distribution.
|
| Modifier and Type | Method and Description |
|---|---|
USqlIndex |
USqlIndex.withIndexKeys(List<USqlDirectedColumn> indexKeys)
Set the list of directed columns in the index.
|
USqlDistributionInfo |
USqlDistributionInfo.withKeys(List<USqlDirectedColumn> keys)
Set the list of directed columns in the distribution.
|
Copyright © 2019. All rights reserved.