| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static RumRetentionQuotaWindowType |
RumRetentionQuotaWindowType.DAILY |
| Modifier and Type | Method and Description |
|---|---|
static RumRetentionQuotaWindowType |
RumRetentionQuotaWindowType.fromValue(String value) |
RumRetentionQuotaWindowType |
RumRetentionQuotaCustomConfig.getWindowType()
The window type over which the session limit is enforced.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RumRetentionQuotaWindowType.RumRetentionQuotaWindowTypeSerializer.serialize(RumRetentionQuotaWindowType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RumRetentionQuotaCustomConfig.setWindowType(RumRetentionQuotaWindowType windowType) |
RumRetentionQuotaCustomConfig |
RumRetentionQuotaCustomConfig.windowType(RumRetentionQuotaWindowType windowType) |
| Constructor and Description |
|---|
RumRetentionQuotaCustomConfig(String dailyResetTime,
String dailyResetTimezone,
RumRetentionQuotaReachedAction quotaReachedAction,
Long sessionLimit,
RumRetentionQuotaWindowType windowType) |
| Constructor and Description |
|---|
RumRetentionQuotaWindowTypeSerializer(Class<RumRetentionQuotaWindowType> t) |
Copyright © 2026. All rights reserved.