| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static EventsAggregation |
EventsAggregation.AVG |
static EventsAggregation |
EventsAggregation.CARDINALITY |
static EventsAggregation |
EventsAggregation.COUNT |
static EventsAggregation |
EventsAggregation.MAX |
static EventsAggregation |
EventsAggregation.MIN |
static EventsAggregation |
EventsAggregation.PC75 |
static EventsAggregation |
EventsAggregation.PC90 |
static EventsAggregation |
EventsAggregation.PC95 |
static EventsAggregation |
EventsAggregation.PC98 |
static EventsAggregation |
EventsAggregation.PC99 |
static EventsAggregation |
EventsAggregation.SUM |
| Modifier and Type | Method and Description |
|---|---|
static EventsAggregation |
EventsAggregation.fromValue(String value) |
EventsAggregation |
EventsCompute.getAggregation()
The type of aggregation that can be performed on events-based queries.
|
EventsAggregation |
EventsGroupBySort.getAggregation()
The type of aggregation that can be performed on events-based queries.
|
| Modifier and Type | Method and Description |
|---|---|
EventsCompute |
EventsCompute.aggregation(EventsAggregation aggregation) |
EventsGroupBySort |
EventsGroupBySort.aggregation(EventsAggregation aggregation) |
void |
EventsAggregation.EventsAggregationSerializer.serialize(EventsAggregation value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
EventsCompute.setAggregation(EventsAggregation aggregation) |
void |
EventsGroupBySort.setAggregation(EventsAggregation aggregation) |
| Constructor and Description |
|---|
EventsCompute(EventsAggregation aggregation) |
EventsGroupBySort(EventsAggregation aggregation) |
| Constructor and Description |
|---|
EventsAggregationSerializer(Class<EventsAggregation> t) |
Copyright © 2024. All rights reserved.