RecommendedIndexType Enum

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

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

Returns

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

toString()

public String toString()

Returns

String

Applies to