Class: DatadogAPIClient::V2::RumHardcodedRetentionFilterAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumHardcodedRetentionFilterAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_attributes.rb
Overview
The attributes of a hardcoded retention filter.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cross_product_sampling ⇒ Object
Cross-product retention settings for a hardcoded retention filter.
-
#cross_product_sampling_editability ⇒ Object
Flags indicating which
cross_product_samplingfields can be updated. -
#enabled ⇒ Object
Indicates whether the hardcoded retention filter is active.
-
#event_type ⇒ Object
The type of RUM events the hardcoded filter applies to.
-
#name ⇒ Object
The name of the hardcoded retention filter.
-
#query ⇒ Object
The query string for the hardcoded retention filter.
-
#sample_rate ⇒ Object
readonly
The retention sample rate (0–100) for the hardcoded filter.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_attributes.rb', line 45 def additional_properties @additional_properties end |
#cross_product_sampling ⇒ Object
Cross-product retention settings for a hardcoded retention filter.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_attributes.rb', line 25 def cross_product_sampling @cross_product_sampling end |
#cross_product_sampling_editability ⇒ Object
Flags indicating which cross_product_sampling fields can be updated. Read-only.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_attributes.rb', line 28 def cross_product_sampling_editability @cross_product_sampling_editability end |
#enabled ⇒ Object
Indicates whether the hardcoded retention filter is active. Read-only.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_attributes.rb', line 31 def enabled @enabled end |
#event_type ⇒ Object
The type of RUM events the hardcoded filter applies to. Read-only.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_attributes.rb', line 34 def event_type @event_type end |
#name ⇒ Object
The name of the hardcoded retention filter. Read-only.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_attributes.rb', line 37 def name @name end |
#query ⇒ Object
The query string for the hardcoded retention filter. Read-only.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_attributes.rb', line 40 def query @query end |
#sample_rate ⇒ Object
The retention sample rate (0–100) for the hardcoded filter. Read-only.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_attributes.rb', line 43 def sample_rate @sample_rate end |