Uses of Class
com.azure.resourcemanager.cosmos.models.IndexKind
-
Packages that use IndexKind Package Description com.azure.resourcemanager.cosmos.models 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 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.azure.resourcemanager.cosmos.models 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 the kind property: Indicates the type of index.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type IndexKind Modifier and Type Method Description static Collection<IndexKind>IndexKind. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type IndexKind Modifier and Type Method Description IndexesIndexes. withKind(IndexKind kind)Set the kind property: Indicates the type of index.
-