Uses of Class
com.azure.resourcemanager.cosmos.models.IndexKind
Packages that use IndexKind
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of IndexKind in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as IndexKindModifier and TypeFieldDescriptionstatic final IndexKind
IndexKind.HASH
Static value Hash for IndexKind.static final IndexKind
IndexKind.RANGE
Static value Range for IndexKind.static final IndexKind
IndexKind.SPATIAL
Static value Spatial for IndexKind.Methods in com.azure.resourcemanager.cosmos.models that return IndexKindModifier and TypeMethodDescriptionstatic IndexKind
IndexKind.fromString
(String name) Creates or finds a IndexKind from its string representation.Indexes.kind()
Get the kind property: Indicates the type of index.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type IndexKindModifier and TypeMethodDescriptionstatic Collection
<IndexKind> IndexKind.values()
Gets known IndexKind values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type IndexKind