Uses of Class
com.azure.data.cosmos.Index
-
Packages that use Index Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of Index in com.azure.data.cosmos
Subclasses of Index in com.azure.data.cosmos Modifier and Type Class Description class
HashIndex
Represents a hash index in the Azure Cosmos DB database service.class
RangeIndex
Represents a range index in the Azure Cosmos DB database service.Methods in com.azure.data.cosmos that return types with arguments of type Index Modifier and Type Method Description Collection<Index>
IncludedPath. indexes()
Gets the paths that are chosen to be indexed by the user.Method parameters in com.azure.data.cosmos with type arguments of type Index Modifier and Type Method Description IncludedPath
IncludedPath. indexes(Collection<Index> indexes)
Constructors in com.azure.data.cosmos with parameters of type Index Constructor Description IndexingPolicy(Index[] defaultIndexOverrides)
Initializes a new instance of the IndexingPolicy class with the specified set of indexes as default index specifications for the root path.
-