Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HistogramAggregateFunctionV3

A histogram aggregator function. This function will generate a histogram from the values of the specified property. It uses the specified interval as defined in your interval argument.

Hierarchy

  • HistogramAggregateFunctionV3

Index

Properties

Properties

histogram

histogram: { interval: number; property: string }

Type declaration

  • interval: number
  • property: string