Uses of Class
com.azure.analytics.purview.datamap.models.QueryOptions
Packages that use QueryOptions
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of QueryOptions in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap with parameters of type QueryOptionsModifier and TypeMethodDescriptionDiscoveryAsyncClient.query(QueryOptions body) Get data using search.DiscoveryClient.query(QueryOptions body) Get data using search. -
Uses of QueryOptions in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return QueryOptionsModifier and TypeMethodDescriptionstatic QueryOptionsQueryOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryOptions from the JsonReader.QueryOptions.setContinuationToken(String continuationToken) Set the continuationToken property: The token used to get next batch of data.QueryOptions.setFacets(List<SearchFacetItem> facets) Set the facets property: The facets for search.QueryOptions.setFilter(com.azure.core.util.BinaryData filter) Set the filter property: The filter for the search.QueryOptions.setKeywords(String keywords) Set the keywords property: The keywords applied to all searchable fields.Set the limit property: The limit of the number of the search result. default value is 50; maximum value is 1000.QueryOptions.setOrderby(List<com.azure.core.util.BinaryData> orderby) Set the orderby property: The sort order of search results, can specify multiple fields.QueryOptions.setTaxonomySetting(SearchTaxonomySetting taxonomySetting) Set the taxonomySetting property: The taxonomy setting for search.