RecommendedIndexType Enum
- java.
lang. Object - java.
lang. Enum<RecommendedIndexType> - com.
microsoft. azure. management. sql. RecommendedIndexType
- com.
- java.
public enum RecommendedIndexType
Defines values for RecommendedIndexType.
Fields
CLUSTERED |
Enum value CLUSTERED. |
CLUSTERED_COLUMNSTORE |
Enum value CLUSTERED COLUMNSTORE. |
COLUMNSTORE |
Enum value COLUMNSTORE. |
NONCLUSTERED |
Enum value NONCLUSTERED. |
Methods
fromString(String value)
public static RecommendedIndexType fromString(String value)
Parses a serialized value to a RecommendedIndexType instance.
Parameters
- value
- String
Returns
the parsed RecommendedIndexType object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java