Uses of Class
com.azure.data.cosmos.CompositePath
-
Packages that use CompositePath Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of CompositePath in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return CompositePath Modifier and Type Method Description CompositePath
CompositePath. order(CompositePathSortOrder order)
Gets the sort order for the composite path.CompositePath
CompositePath. path(String path)
Sets path.Methods in com.azure.data.cosmos that return types with arguments of type CompositePath Modifier and Type Method Description List<List<CompositePath>>
IndexingPolicy. compositeIndexes()
Gets the composite indexes for additional indexes.Method parameters in com.azure.data.cosmos with type arguments of type CompositePath Modifier and Type Method Description IndexingPolicy
IndexingPolicy. compositeIndexes(List<List<CompositePath>> compositeIndexes)
Sets the composite indexes for additional indexes.
-