Options
All
  • Public
  • Public/Protected
  • All
Menu

Internal value type for ExponentialHistogramAggregation. 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

Index

Properties

count: number
hasMinMax: boolean
max: number
min: number
negative: { bucketCounts: number[]; offset: number }

Type declaration

  • bucketCounts: number[]
  • offset: number
positive: { bucketCounts: number[]; offset: number }

Type declaration

  • bucketCounts: number[]
  • offset: number
scale: number
sum: number
zeroCount: number

Generated using TypeDoc