| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static RetentionFilterType |
RetentionFilterType.SPANS_SAMPLING_PROCESSOR |
| Modifier and Type | Method and Description |
|---|---|
static RetentionFilterType |
RetentionFilterType.fromValue(String value) |
RetentionFilterType |
RetentionFilterAttributes.getFilterType()
The type of retention filter.
|
RetentionFilterType |
RetentionFilterCreateAttributes.getFilterType()
The type of retention filter.
|
| Modifier and Type | Method and Description |
|---|---|
RetentionFilterAttributes |
RetentionFilterAttributes.filterType(RetentionFilterType filterType) |
RetentionFilterCreateAttributes |
RetentionFilterCreateAttributes.filterType(RetentionFilterType filterType) |
void |
RetentionFilterType.RetentionFilterTypeSerializer.serialize(RetentionFilterType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RetentionFilterAttributes.setFilterType(RetentionFilterType filterType) |
void |
RetentionFilterCreateAttributes.setFilterType(RetentionFilterType filterType) |
| Constructor and Description |
|---|
RetentionFilterCreateAttributes(Boolean enabled,
SpansFilterCreate filter,
RetentionFilterType filterType,
String name,
Double rate) |
| Constructor and Description |
|---|
RetentionFilterTypeSerializer(Class<RetentionFilterType> t) |
Copyright © 2024. All rights reserved.