Uses of Class
com.azure.resourcemanager.cosmos.models.CompositePath
Packages that use CompositePath
Package
Description
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 CompositePathModifier and TypeMethodDescriptionstatic CompositePathCompositePath.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CompositePath from the JsonReader.CompositePath.withOrder(CompositePathSortOrder order) Set the order property: Sort order for composite paths.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 CompositePathModifier and TypeMethodDescriptionIndexingPolicy.compositeIndexes()Get the compositeIndexes property: List of composite path list.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type CompositePathModifier and TypeMethodDescriptionIndexingPolicy.withCompositeIndexes(List<List<CompositePath>> compositeIndexes) Set the compositeIndexes property: List of composite path list.