public class RecommendedIndex
extends com.microsoft.azure.ProxyResource
| Constructor and Description |
|---|
RecommendedIndex() |
| Modifier and Type | Method and Description |
|---|---|
RecommendedIndexAction |
action()
Get the proposed index action.
|
List<String> |
columns()
Get columns over which to build index.
|
org.joda.time.DateTime |
created()
Get the UTC datetime showing when this resource was created (ISO8601 format).
|
List<OperationImpact> |
estimatedImpact()
Get the estimated impact of doing recommended index action.
|
List<String> |
includedColumns()
Get the list of column names to be included in the index.
|
String |
indexScript()
Get the full build index script.
|
RecommendedIndexType |
indexType()
Get the type of index (CLUSTERED, NONCLUSTERED, COLUMNSTORE, CLUSTERED COLUMNSTORE).
|
org.joda.time.DateTime |
lastModified()
Get the UTC datetime of when was this resource last changed (ISO8601 format).
|
List<OperationImpact> |
reportedImpact()
Get the values reported after index action is complete.
|
String |
schema()
Get the schema where table to build index over resides.
|
RecommendedIndexState |
state()
Get the current recommendation state.
|
String |
table()
Get the table on which to build index.
|
public RecommendedIndexAction action()
public RecommendedIndexState state()
public org.joda.time.DateTime created()
public org.joda.time.DateTime lastModified()
public RecommendedIndexType indexType()
public String schema()
public String table()
public List<String> columns()
public List<String> includedColumns()
public String indexScript()
public List<OperationImpact> estimatedImpact()
public List<OperationImpact> reportedImpact()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/