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