### YamlMime:JavaType
uid: "com.azure.resourcemanager.cosmos.models.IndexKind"
fullName: "com.azure.resourcemanager.cosmos.models.IndexKind"
name: "IndexKind"
nameWithType: "IndexKind"
summary: "Indicates the type of index."
inheritances:
- ""
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- "fromString(java.lang.String,java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.fromString&text=fromString\" data-throw-if-not-resolved=\"False\" />"
- "values(java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.values&text=values\" data-throw-if-not-resolved=\"False\" />"
- ""
- ""
- ""
- ""
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "finalize"
- "getClass"
- "notify"
- "notifyAll"
- "wait"
- "wait"
- "wait"
syntax: "public final class **IndexKind** extends <>"
constructors:
- uid: "com.azure.resourcemanager.cosmos.models.IndexKind.IndexKind()"
fullName: "com.azure.resourcemanager.cosmos.models.IndexKind.IndexKind()"
name: "IndexKind()"
nameWithType: "IndexKind.IndexKind()"
summary: "Creates a new instance of IndexKind value."
deprecatedTag: "Use the factory method."
syntax: "@Deprecatedpublic IndexKind()"
desc: "Creates a new instance of IndexKind value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.cosmos.models.IndexKind.HASH"
fullName: "com.azure.resourcemanager.cosmos.models.IndexKind.HASH"
name: "HASH"
nameWithType: "IndexKind.HASH"
summary: "Static value Hash for IndexKind."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final IndexKind HASH"
desc: "Static value Hash for IndexKind."
- uid: "com.azure.resourcemanager.cosmos.models.IndexKind.RANGE"
fullName: "com.azure.resourcemanager.cosmos.models.IndexKind.RANGE"
name: "RANGE"
nameWithType: "IndexKind.RANGE"
summary: "Static value Range for IndexKind."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final IndexKind RANGE"
desc: "Static value Range for IndexKind."
- uid: "com.azure.resourcemanager.cosmos.models.IndexKind.SPATIAL"
fullName: "com.azure.resourcemanager.cosmos.models.IndexKind.SPATIAL"
name: "SPATIAL"
nameWithType: "IndexKind.SPATIAL"
summary: "Static value Spatial for IndexKind."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final IndexKind SPATIAL"
desc: "Static value Spatial for IndexKind."
methods:
- uid: "com.azure.resourcemanager.cosmos.models.IndexKind.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.cosmos.models.IndexKind.fromString(String name)"
name: "fromString(String name)"
nameWithType: "IndexKind.fromString(String name)"
summary: "Creates or finds a IndexKind from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "String"
syntax: "public static IndexKind fromString(String name)"
desc: "Creates or finds a IndexKind from its string representation."
returns:
description: "the corresponding IndexKind."
type: ""
- uid: "com.azure.resourcemanager.cosmos.models.IndexKind.values()"
fullName: "com.azure.resourcemanager.cosmos.models.IndexKind.values()"
name: "values()"
nameWithType: "IndexKind.values()"
summary: "Gets known IndexKind values."
modifiers:
- "static"
syntax: "public static Collection values()"
desc: "Gets known IndexKind values."
returns:
description: "known IndexKind values."
type: "Collection<>"
type: "class"
desc: "Indicates the type of index."
metadata: {}
package: "com.azure.resourcemanager.cosmos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.44.0