Uses of Class
com.azure.analytics.purview.datamap.models.AutoCompleteOptions
Packages that use AutoCompleteOptions
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AutoCompleteOptions in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap with parameters of type AutoCompleteOptionsModifier and TypeMethodDescriptionDiscoveryAsyncClient.autoComplete(AutoCompleteOptions body) Get auto complete options.DiscoveryClient.autoComplete(AutoCompleteOptions body) Get auto complete options. -
Uses of AutoCompleteOptions in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AutoCompleteOptionsModifier and TypeMethodDescriptionstatic AutoCompleteOptionsAutoCompleteOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutoCompleteOptions from the JsonReader.AutoCompleteOptions.setFilter(com.azure.core.util.BinaryData filter) Set the filter property: The filter for the autocomplete request.AutoCompleteOptions.setKeywords(String keywords) Set the keywords property: The keywords applied to all fields that support autocomplete operation.Set the limit property: The number of autocomplete results we hope to return.