MaxAggregation
org.sagebionetworks.repo.model.search.dsl.MaxAggregation
A max metric aggregation — the maximum 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. |