Share via


QueryResultOutput interface

The result of the search result.

Properties

@search.count

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

@search.count.approximate

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

@search.facets

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.

continuationToken

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

value

Search result value

Property Details

@search.count

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

@search.count?: number

Property Value

number

@search.count.approximate

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

@search.count.approximate?: boolean

Property Value

boolean

@search.facets

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.

@search.facets?: SearchFacetResultValueOutput

Property Value

continuationToken

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

continuationToken?: string

Property Value

string

value

Search result value

value?: SearchResultValueOutput[]

Property Value