Class IndexKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IndexKind>
com.azure.resourcemanager.cosmos.models.IndexKind
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Indicates the type of index.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexKind
fromString
(String name) Creates or finds a IndexKind from its string representation.static Collection
<IndexKind> values()
Gets known IndexKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
HASH
Static value Hash for IndexKind. -
RANGE
Static value Range for IndexKind. -
SPATIAL
Static value Spatial for IndexKind.
-
-
Constructor Details
-
IndexKind
Deprecated.Use thefromString(String)
factory method.Creates a new instance of IndexKind value.
-
-
Method Details
-
fromString
Creates or finds a IndexKind from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IndexKind.
-
values
Gets known IndexKind values.- Returns:
- known IndexKind values.
-
fromString(String)
factory method.