| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static RumRetentionQuotaReachedAction |
RumRetentionQuotaReachedAction.SLOWDOWN |
static RumRetentionQuotaReachedAction |
RumRetentionQuotaReachedAction.STOP |
| Modifier and Type | Method and Description |
|---|---|
static RumRetentionQuotaReachedAction |
RumRetentionQuotaReachedAction.fromValue(String value) |
RumRetentionQuotaReachedAction |
RumRetentionQuotaCustomConfig.getQuotaReachedAction()
The action to take when the session quota is reached.
|
| Modifier and Type | Method and Description |
|---|---|
RumRetentionQuotaCustomConfig |
RumRetentionQuotaCustomConfig.quotaReachedAction(RumRetentionQuotaReachedAction quotaReachedAction) |
void |
RumRetentionQuotaReachedAction.RumRetentionQuotaReachedActionSerializer.serialize(RumRetentionQuotaReachedAction value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RumRetentionQuotaCustomConfig.setQuotaReachedAction(RumRetentionQuotaReachedAction quotaReachedAction) |
| Constructor and Description |
|---|
RumRetentionQuotaCustomConfig(String dailyResetTime,
String dailyResetTimezone,
RumRetentionQuotaReachedAction quotaReachedAction,
Long sessionLimit,
RumRetentionQuotaWindowType windowType) |
| Constructor and Description |
|---|
RumRetentionQuotaReachedActionSerializer(Class<RumRetentionQuotaReachedAction> t) |
Copyright © 2026. All rights reserved.