@stigg/node-server-sdk - v4.22.1

    Type Alias MeterAggregation

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

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

    Properties

    The data field to which the aggregation function will be applied

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

    MMNEPVFCICPMFPCPTTAAATR