Uses of Class
com.microsoft.azure.management.cosmosdb.Indexes
-
-
Uses of Indexes in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return Indexes Modifier and Type Method Description IndexesIndexes. withDataType(DataType dataType)Set the datatype for which the indexing behavior is applied to.IndexesIndexes. withKind(IndexKind kind)Set indicates the type of index.IndexesIndexes. withPrecision(Integer precision)Set the precision of the index.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type Indexes Modifier and Type Method Description List<Indexes>IncludedPath. indexes()Get list of indexes for this path.Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type Indexes Modifier and Type Method Description IncludedPathIncludedPath. withIndexes(List<Indexes> indexes)Set list of indexes for this path.
-