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 CompositePathSortOrder
CompositePathSortOrder.ASCENDING
Static value ascending for CompositePathSortOrder.static final CompositePathSortOrder
CompositePathSortOrder.DESCENDING
Static value descending for CompositePathSortOrder.Methods in com.azure.resourcemanager.cosmos.models that return CompositePathSortOrderModifier and TypeMethodDescriptionstatic CompositePathSortOrder
CompositePathSortOrder.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.