Type alias MeterAggregation

MeterAggregation: { field?: InputMaybe<Scalars["String"]>; function: AggregationFunction }

Defines how meter data should be aggregated using a specified aggregation function

Type declaration

  • Optional field?: InputMaybe<Scalars["String"]>

    The data field to which the aggregation function will be applied

  • function: AggregationFunction

    The aggregation function to apply to the data (e.g. SUM, AVG, COUNT)