QueryResult Class

Definition

The result of the search result.

public class QueryResult : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.QueryResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.QueryResult>
type QueryResult = class
    interface IJsonModel<QueryResult>
    interface IPersistableModel<QueryResult>
Public Class QueryResult
Implements IJsonModel(Of QueryResult), IPersistableModel(Of QueryResult)
Inheritance
QueryResult
Implements

Properties

ContinuationToken

The token used to get next batch of data. Absent if there's no more data.

SearchCount

The total number of search results (not the number of documents in a single page).

SearchCountApproximate

'True' if the '@search.count' is an approximate value and vise versa.

SearchFacets

A facet list that consists of index fields assetType ,classification, contactId, and label. When the facet is specified in the request, the value of the facet is returned as an element of @search.facets.

Value

Search result value.

Explicit Interface Implementations

IJsonModel<QueryResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<QueryResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QueryResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QueryResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<QueryResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to