| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CIAppAggregationFunction |
CIAppAggregationFunction.AVG |
static CIAppAggregationFunction |
CIAppAggregationFunction.CARDINALITY |
static CIAppAggregationFunction |
CIAppAggregationFunction.COUNT |
static CIAppAggregationFunction |
CIAppAggregationFunction.DELTA |
static CIAppAggregationFunction |
CIAppAggregationFunction.EARLIEST |
static CIAppAggregationFunction |
CIAppAggregationFunction.LATEST |
static CIAppAggregationFunction |
CIAppAggregationFunction.MAX |
static CIAppAggregationFunction |
CIAppAggregationFunction.MEDIAN |
static CIAppAggregationFunction |
CIAppAggregationFunction.MIN |
static CIAppAggregationFunction |
CIAppAggregationFunction.MOST_FREQUENT |
static CIAppAggregationFunction |
CIAppAggregationFunction.PERCENTILE_75 |
static CIAppAggregationFunction |
CIAppAggregationFunction.PERCENTILE_90 |
static CIAppAggregationFunction |
CIAppAggregationFunction.PERCENTILE_95 |
static CIAppAggregationFunction |
CIAppAggregationFunction.PERCENTILE_98 |
static CIAppAggregationFunction |
CIAppAggregationFunction.PERCENTILE_99 |
static CIAppAggregationFunction |
CIAppAggregationFunction.SUM |
| Modifier and Type | Method and Description |
|---|---|
static CIAppAggregationFunction |
CIAppAggregationFunction.fromValue(String value) |
CIAppAggregationFunction |
CIAppCompute.getAggregation()
An aggregation function.
|
CIAppAggregationFunction |
CIAppAggregateSort.getAggregation()
An aggregation function.
|
| Modifier and Type | Method and Description |
|---|---|
CIAppCompute |
CIAppCompute.aggregation(CIAppAggregationFunction aggregation) |
CIAppAggregateSort |
CIAppAggregateSort.aggregation(CIAppAggregationFunction aggregation) |
void |
CIAppAggregationFunction.CIAppAggregationFunctionSerializer.serialize(CIAppAggregationFunction value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CIAppCompute.setAggregation(CIAppAggregationFunction aggregation) |
void |
CIAppAggregateSort.setAggregation(CIAppAggregationFunction aggregation) |
| Constructor and Description |
|---|
CIAppCompute(CIAppAggregationFunction aggregation) |
| Constructor and Description |
|---|
CIAppAggregationFunctionSerializer(Class<CIAppAggregationFunction> t) |
Copyright © 2024. All rights reserved.