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 IndexKindIndexKind.HASHStatic value Hash for IndexKind.static final IndexKindIndexKind.RANGEStatic value Range for IndexKind.static final IndexKindIndexKind.SPATIALStatic value Spatial for IndexKind.Methods in com.azure.resourcemanager.cosmos.models that return IndexKindModifier and TypeMethodDescriptionstatic IndexKindIndexKind.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