Options
All
  • Public
  • Public/Protected
  • All
Menu

Internal value type for HistogramAggregation. Differs from the exported type as undefined sum/min/max complicate arithmetic performed by this aggregation, but are required to be undefined in the exported types.

Hierarchy

  • InternalHistogram

Index

Properties

buckets: { boundaries: number[]; counts: number[] }

Type declaration

  • boundaries: number[]
  • counts: number[]
count: number
hasMinMax: boolean
max: number
min: number
sum: number

Generated using TypeDoc