Class IndexKind
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IndexKind>
com.microsoft.azure.management.cosmosdb.IndexKind
Defines values for IndexKind.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IndexKind
fromString
(String name) Creates or finds a IndexKind from its string representation.static Collection<IndexKind>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
HASH
Static value Hash for IndexKind. -
RANGE
Static value Range for IndexKind. -
SPATIAL
Static value Spatial for IndexKind.
-
-
Constructor Details
-
IndexKind
public IndexKind()
-
-
Method Details
-
fromString
Creates or finds a IndexKind from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding IndexKind
-
values
- Returns:
- known IndexKind values
-