Class: DatadogAPIClient::V2::ObservabilityPipelineDedupeProcessorCache
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineDedupeProcessorCache
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_dedupe_processor_cache.rb
Overview
Configuration for the cache used to detect duplicates.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#num_events ⇒ Object
readonly
The number of events to cache for duplicate detection.
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/observability_pipeline_dedupe_processor_cache.rb', line 27 def additional_properties @additional_properties end |
#num_events ⇒ Object
The number of events to cache for duplicate detection.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_dedupe_processor_cache.rb', line 25 def num_events @num_events end |