CalculatedMetricField.aggregation
Home > @gooddata/sdk-code-schemas > v1 > CalculatedMetricField > aggregation
v1.CalculatedMetricField.aggregation property
Aggregation function to use for this field.
Signature:
aggregation: "SUM" | "COUNT" | "APPROXIMATE_COUNT" | "AVG" | "MIN" | "MAX" | "MEDIAN" | "RUNSUM";