Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

ReducerID enum

ReducerID enum

Signature

typescript
export declare enum ReducerID 

Import

typescript
import { ReducerID } from '@grafana/data';

Enumeration Members

MemberValueDescription
allIsNull"allIsNull"
allIsZero"allIsZero"
changeCount"changeCount"
count"count"
delta"delta"
diff"diff"
diffperc"diffperc"
distinctCount"distinctCount"
first"first"
firstNotNull"firstNotNull"
last"last"
lastNotNull"lastNotNull"
logmin"logmin"
max"max"
mean"mean"
min"min"
range"range"
step"step"
sum"sum"