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