Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FacetResult

Package version

Successfully executed facet containing additional statistics on the response of a query.

Hierarchy

  • FacetResult

Index

Properties

count

count: number

Number of records returned in the facet response.

data

data: any

A table containing the desired facets. Only present if the facet is valid.

expression

expression: string

Facet expression, same as in the corresponding facet request.

resultType

resultType: "FacetResult"

Polymorphic Discriminator

totalRecords

totalRecords: number

Number of total records in the facet results.

Generated using TypeDoc