Uses of Class
com.azure.analytics.purview.datamap.models.SearchTaxonomySetting
Packages that use SearchTaxonomySetting
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of SearchTaxonomySetting in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return SearchTaxonomySettingModifier and TypeMethodDescriptionstatic SearchTaxonomySettingSearchTaxonomySetting.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchTaxonomySetting from the JsonReader.QueryOptions.getTaxonomySetting()Get the taxonomySetting property: The taxonomy setting for search.SearchTaxonomySetting.setAssetTypes(List<String> assetTypes) Set the assetTypes property: Asset types.SearchTaxonomySetting.setFacet(SearchFacetItem facet) Set the facet property: The content of a search facet result item.Methods in com.azure.analytics.purview.datamap.models with parameters of type SearchTaxonomySettingModifier and TypeMethodDescriptionQueryOptions.setTaxonomySetting(SearchTaxonomySetting taxonomySetting) Set the taxonomySetting property: The taxonomy setting for search.