Uses of Class
com.azure.analytics.purview.datamap.models.SearchSortOrder
Packages that use SearchSortOrder
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of SearchSortOrder in com.azure.analytics.purview.datamap.models
Fields in com.azure.analytics.purview.datamap.models declared as SearchSortOrderModifier and TypeFieldDescriptionstatic final SearchSortOrderSearchSortOrder.ASCENDUse ascending order for sorting.static final SearchSortOrderSearchSortOrder.DESCENDUse descending order for sorting.Methods in com.azure.analytics.purview.datamap.models that return SearchSortOrderModifier and TypeMethodDescriptionstatic SearchSortOrderSearchSortOrder.fromString(String name) Creates or finds a SearchSortOrder from its string representation.SearchFacetSort.getCount()Get the count property: Order by count.SearchFacetSort.getValue()Get the value property: Order by value.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type SearchSortOrderModifier and TypeMethodDescriptionstatic Collection<SearchSortOrder> SearchSortOrder.values()Gets known SearchSortOrder values.Methods in com.azure.analytics.purview.datamap.models with parameters of type SearchSortOrderModifier and TypeMethodDescriptionSearchFacetSort.setCount(SearchSortOrder count) Set the count property: Order by count.SearchFacetSort.setValue(SearchSortOrder value) Set the value property: Order by value.