Uses of Class
com.azure.cosmos.models.CompositePath
Packages that use CompositePath
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CompositePath in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CompositePathModifier and TypeMethodDescriptionCompositePath.setOrder(CompositePathSortOrder order) Sets the sort order for the composite path.Sets path.Methods in com.azure.cosmos.models that return types with arguments of type CompositePathModifier and TypeMethodDescriptionIndexingPolicy.getCompositeIndexes()Gets the composite indexes for additional indexes.Method parameters in com.azure.cosmos.models with type arguments of type CompositePathModifier and TypeMethodDescriptionIndexingPolicy.setCompositeIndexes(List<List<CompositePath>> compositeIndexes) Sets the composite indexes for additional indexes.