Uses of Class
com.microsoft.azure.management.cosmosdb.Indexes
Packages that use Indexes
Package
Description
This package contains the classes for CosmosDB.
-
Uses of Indexes in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return IndexesModifier and TypeMethodDescriptionIndexes.withDataType
(DataType dataType) Set the datatype for which the indexing behavior is applied to.Set indicates the type of index.Indexes.withPrecision
(Integer precision) Set the precision of the index.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type IndexesMethod parameters in com.microsoft.azure.management.cosmosdb with type arguments of type IndexesModifier and TypeMethodDescriptionIncludedPath.withIndexes
(List<Indexes> indexes) Set list of indexes for this path.