Uses of Class
com.azure.resourcemanager.cosmos.models.CompositePathSortOrder
Packages that use CompositePathSortOrder
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of CompositePathSortOrder in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as CompositePathSortOrderModifier and TypeFieldDescriptionstatic final CompositePathSortOrderCompositePathSortOrder.ASCENDINGStatic value ascending for CompositePathSortOrder.static final CompositePathSortOrderCompositePathSortOrder.DESCENDINGStatic value descending for CompositePathSortOrder.Methods in com.azure.resourcemanager.cosmos.models that return CompositePathSortOrderModifier and TypeMethodDescriptionstatic CompositePathSortOrderCompositePathSortOrder.fromString(String name) Creates or finds a CompositePathSortOrder from its string representation.CompositePath.order()Get the order property: Sort order for composite paths.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type CompositePathSortOrderModifier and TypeMethodDescriptionstatic Collection<CompositePathSortOrder> CompositePathSortOrder.values()Gets known CompositePathSortOrder values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type CompositePathSortOrderModifier and TypeMethodDescriptionCompositePath.withOrder(CompositePathSortOrder order) Set the order property: Sort order for composite paths.