Uses of Class
com.azure.resourcemanager.cosmos.models.CompositePath
-
Packages that use CompositePath Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of CompositePath in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return CompositePath Modifier and Type Method Description CompositePathCompositePath. withOrder(CompositePathSortOrder order)Set the order property: Sort order for composite paths.CompositePathCompositePath. withPath(String path)Set the path property: The path for which the indexing behavior applies to.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type CompositePath Modifier and Type Method Description List<List<CompositePath>>IndexingPolicy. compositeIndexes()Get the compositeIndexes property: List of composite path list.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type CompositePath Modifier and Type Method Description IndexingPolicyIndexingPolicy. withCompositeIndexes(List<List<CompositePath>> compositeIndexes)Set the compositeIndexes property: List of composite path list.
-