Class: DatadogAPIClient::V2::RumRateLimitAdaptiveConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumRateLimitAdaptiveConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_rate_limit_adaptive_config.rb
Overview
The configuration used when mode is adaptive.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#max_retention_rate ⇒ Object
readonly
The maximum fraction of sessions to retain, in the range
(0, 1].
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_adaptive_config.rb', line 27 def additional_properties @additional_properties end |
#max_retention_rate ⇒ Object
The maximum fraction of sessions to retain, in the range (0, 1].
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_adaptive_config.rb', line 25 def max_retention_rate @max_retention_rate end |