RecommendedIndexTypes Enum
- java.
lang. Object - java.
lang. Enum<RecommendedIndexTypes> - com.
microsoft. azure. management. sql. RecommendedIndexTypes
- com.
- java.
public enum RecommendedIndexTypes
Defines values for RecommendedIndexTypes.
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 RecommendedIndexTypes fromString(String value)
Parses a serialized value to a RecommendedIndexTypes instance.
Parameters
- value
- String
Returns
the parsed RecommendedIndexTypes 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