| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static ListStreamComputeAggregation |
ListStreamComputeAggregation.AVG |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.CARDINALITY |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.COUNT |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.EARLIEST |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.LATEST |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.MAX |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.MEDIAN |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.MIN |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.MOST_FREQUENT |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.PC75 |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.PC90 |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.PC95 |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.PC98 |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.PC99 |
static ListStreamComputeAggregation |
ListStreamComputeAggregation.SUM |
| Modifier and Type | Method and Description |
|---|---|
static ListStreamComputeAggregation |
ListStreamComputeAggregation.fromValue(String value) |
ListStreamComputeAggregation |
ListStreamComputeItems.getAggregation()
Aggregation value.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamComputeItems |
ListStreamComputeItems.aggregation(ListStreamComputeAggregation aggregation) |
void |
ListStreamComputeAggregation.ListStreamComputeAggregationSerializer.serialize(ListStreamComputeAggregation value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ListStreamComputeItems.setAggregation(ListStreamComputeAggregation aggregation) |
| Constructor and Description |
|---|
ListStreamComputeItems(ListStreamComputeAggregation aggregation) |
| Constructor and Description |
|---|
ListStreamComputeAggregationSerializer(Class<ListStreamComputeAggregation> t) |
Copyright © 2024. All rights reserved.