Uses of Class
com.microsoft.azure.management.cosmosdb.IndexKind
-
-
Uses of IndexKind in com.microsoft.azure.management.cosmosdb
Fields in com.microsoft.azure.management.cosmosdb declared as IndexKind Modifier and Type Field Description static IndexKindIndexKind. HASHStatic value Hash for IndexKind.static IndexKindIndexKind. RANGEStatic value Range for IndexKind.static IndexKindIndexKind. SPATIALStatic value Spatial for IndexKind.Methods in com.microsoft.azure.management.cosmosdb that return IndexKind Modifier and Type Method Description static IndexKindIndexKind. fromString(String name)Creates or finds a IndexKind from its string representation.IndexKindIndexes. kind()Get indicates the type of index.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type IndexKind Modifier and Type Method Description static Collection<IndexKind>IndexKind. values()Methods in com.microsoft.azure.management.cosmosdb with parameters of type IndexKind Modifier and Type Method Description IndexesIndexes. withKind(IndexKind kind)Set indicates the type of index.
-