Skip to content

TypeAlias.SearchFacetResult

Aleksandr Rogov edited this page May 12, 2025 · 2 revisions

dynamics-web-api / SearchFacetResult

Type Alias: SearchFacetResult

SearchFacetResult = object

A facet query result that reports the number of documents with a field falling within a particular range or having a particular value or interval.

Properties

Property Type Description
count? number The count of documents falling within the bucket described by this facet.
from any Value indicating the inclusive lower bound of the facet's range, or null to indicate that there's no lower bound.
optionalvalue any Another or optional value of the facet, populated while faceting on lookups.
to any Value indicating the exclusive upper bound of the facet's range, or null to indicate that there's no upper bound.
type "Value" | "Range" Type of the facet.
value any Value of the facet, or the inclusive lower bound if it's an interval facet.
Clone this wiki locally