RecommendedIndexTypes Enum

  • java.lang.Object
    • java.lang.Enum<RecommendedIndexTypes>
      • com.microsoft.azure.management.sql.RecommendedIndexTypes

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
the serialized value to parse.

Returns

the parsed RecommendedIndexTypes object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to