ENUM

NodeStatsAggregationType

Description

Type of aggregation to apply to node statistics over a time range.

link GraphQL Schema definition

  • enum NodeStatsAggregationType {
  • # Calculate average values across the time range.
  • AVERAGE
  • # Calculate maximum values across the time range.
  • MAX
  • # No aggregation method specified.
  • UNDEFINED
  • }