SumAggregation
org.sagebionetworks.repo.model.search.dsl.SumAggregation
A sum metric aggregation — the sum of a numeric column.
| Field | Type | Description |
|---|---|---|
| field | STRING | Required. The numeric column to aggregate. |
| format | STRING | Optional. Format applied to the result value. |
| missing | OBJECT | Optional. Value substituted for documents missing field. |