Uses of Class
com.azure.resourcemanager.cosmos.models.CompositePathSortOrder
-
Packages that use CompositePathSortOrder Package Description com.azure.resourcemanager.cosmos.models 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 CompositePathSortOrder Modifier and Type Field Description static CompositePathSortOrderCompositePathSortOrder. ASCENDINGStatic value ascending for CompositePathSortOrder.static CompositePathSortOrderCompositePathSortOrder. DESCENDINGStatic value descending for CompositePathSortOrder.Methods in com.azure.resourcemanager.cosmos.models that return CompositePathSortOrder Modifier and Type Method Description static CompositePathSortOrderCompositePathSortOrder. fromString(String name)Creates or finds a CompositePathSortOrder from its string representation.CompositePathSortOrderCompositePath. order()Get the order property: Sort order for composite paths.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type CompositePathSortOrder Modifier and Type Method Description static Collection<CompositePathSortOrder>CompositePathSortOrder. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type CompositePathSortOrder Modifier and Type Method Description CompositePathCompositePath. withOrder(CompositePathSortOrder order)Set the order property: Sort order for composite paths.
-