Uses of Class
com.azure.analytics.purview.datamap.models.SearchFacetSort
Packages that use SearchFacetSort
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of SearchFacetSort in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return SearchFacetSortModifier and TypeMethodDescriptionstatic SearchFacetSortSearchFacetSort.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchFacetSort from the JsonReader.SearchFacetItem.getSort()Get the sort property: Define the sorting criteria for items.SearchFacetSort.setCount(SearchSortOrder count) Set the count property: Order by count.SearchFacetSort.setValue(SearchSortOrder value) Set the value property: Order by value.Methods in com.azure.analytics.purview.datamap.models with parameters of type SearchFacetSortModifier and TypeMethodDescriptionSearchFacetItem.setSort(SearchFacetSort sort) Set the sort property: Define the sorting criteria for items.