Uses of Class
com.microsoft.azure.management.cosmosdb.IndexKind
Package
Description
This package contains the classes for CosmosDB.
-
Uses of IndexKind in com.microsoft.azure.management.cosmosdb
Modifier 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.Modifier and TypeMethodDescriptionstatic IndexKind
IndexKind.fromString
(String name) Creates or finds a IndexKind from its string representation.Indexes.kind()
Get indicates the type of index.