Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
USqlDistributionInfo |
USqlTable.distributionInfo()
Get the distributions info of the table.
|
USqlDistributionInfo |
USqlIndex.distributionInfo()
Get the distributions info of the index.
|
USqlDistributionInfo |
USqlDistributionInfo.withCount(Integer count)
Set the count of indices using this distribution.
|
USqlDistributionInfo |
USqlDistributionInfo.withDynamicCount(Integer dynamicCount)
Set the dynamic count of indices using this distribution.
|
USqlDistributionInfo |
USqlDistributionInfo.withKeys(List<USqlDirectedColumn> keys)
Set the list of directed columns in the distribution.
|
USqlDistributionInfo |
USqlDistributionInfo.withType(Integer type)
Set the type of this distribution.
|
Modifier and Type | Method and Description |
---|---|
USqlTable |
USqlTable.withDistributionInfo(USqlDistributionInfo distributionInfo)
Set the distributions info of the table.
|
USqlIndex |
USqlIndex.withDistributionInfo(USqlDistributionInfo distributionInfo)
Set the distributions info of the index.
|
Copyright © 2019. All rights reserved.