Class: DatadogAPIClient::V2::RumHardcodedRetentionFilterAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_samplingObject

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_editabilityObject

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

#enabledObject

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_typeObject

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

#nameObject

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

#queryObject

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_rateObject

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