Interface IIndexFieldValue

Describe a field value returned by index

Index

Properties

Optional computedFieldResults

computedFieldResults: number[]

The optional computedFieldResults, if requested in the IGroupByRequest

Optional lookupValue

lookupValue: string

The optional lookupValue, if requested in the IGroupByRequest

numberOfResults

numberOfResults: number

The number of results in the index which have this value

value

value: string

The value

Hierarchy

  • IIndexFieldValue