public class RecommendedIndex
extends com.microsoft.azure.management.sql.implementation.ProxyResourceInner
Constructor and Description |
---|
RecommendedIndex() |
Modifier and Type | Method and Description |
---|---|
RecommendedIndexAction |
action()
Get the action value.
|
List<String> |
columns()
Get the columns value.
|
org.joda.time.DateTime |
created()
Get the created value.
|
List<OperationImpact> |
estimatedImpact()
Get the estimatedImpact value.
|
List<String> |
includedColumns()
Get the includedColumns value.
|
String |
indexScript()
Get the indexScript value.
|
RecommendedIndexType |
indexType()
Get the indexType value.
|
org.joda.time.DateTime |
lastModified()
Get the lastModified value.
|
List<OperationImpact> |
reportedImpact()
Get the reportedImpact value.
|
String |
schema()
Get the schema value.
|
RecommendedIndexState |
state()
Get the state value.
|
String |
table()
Get the table value.
|
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> includedColumns()
public String indexScript()
public List<OperationImpact> estimatedImpact()
public List<OperationImpact> reportedImpact()
Copyright © 2019. All rights reserved.