AvgAggregation
org.sagebionetworks.repo.model.search.dsl.AvgAggregation
An avg metric aggregation — the mean value 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. |
| value_type | STRING | Optional. Explicit value type for the field when it cannot be inferred. |