Uses of Enum
com.azure.cosmos.models.CompositePathSortOrder
Packages that use CompositePathSortOrder
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CompositePathSortOrder in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CompositePathSortOrderModifier and TypeMethodDescriptionCompositePath.getOrder()
Gets the sort order for the composite path.static CompositePathSortOrder
Returns the enum constant of this type with the specified name.static CompositePathSortOrder[]
CompositePathSortOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.cosmos.models with parameters of type CompositePathSortOrderModifier and TypeMethodDescriptionCompositePath.setOrder
(CompositePathSortOrder order) Sets the sort order for the composite path.