Uses of Class
com.azure.data.cosmos.CompositePathSortOrder
-
Packages that use CompositePathSortOrder Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of CompositePathSortOrder in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return CompositePathSortOrder Modifier and Type Method Description CompositePathSortOrder
CompositePath. order()
Gets the sort order for the composite path.static CompositePathSortOrder
CompositePathSortOrder. valueOf(String name)
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.data.cosmos with parameters of type CompositePathSortOrder Modifier and Type Method Description CompositePath
CompositePath. order(CompositePathSortOrder order)
Gets the sort order for the composite path.
-