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