Uses of Class
com.azure.analytics.purview.datamap.models.SuggestOptions
Packages that use SuggestOptions
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of SuggestOptions in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap with parameters of type SuggestOptionsModifier and TypeMethodDescriptionDiscoveryAsyncClient.suggest(SuggestOptions body) Get search suggestions by query criteria.DiscoveryClient.suggest(SuggestOptions body) Get search suggestions by query criteria. -
Uses of SuggestOptions in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return SuggestOptionsModifier and TypeMethodDescriptionstatic SuggestOptionsSuggestOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SuggestOptions from the JsonReader.SuggestOptions.setFilter(com.azure.core.util.BinaryData filter) Set the filter property: The filter for the search.SuggestOptions.setKeywords(String keywords) Set the keywords property: The keywords applied to all fields that support suggest operation.Set the limit property: The number of suggestions we hope to return.