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.
- # Calculate maximum values across the time range.
- # No aggregation method specified.
- }