Class: DatadogAPIClient::V1::LogsArrayMapArithmeticSubProcessor
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsArrayMapArithmeticSubProcessor
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_array_map_arithmetic_sub_processor.rb
Overview
An arithmetic sub-processor for use inside an array-map processor.
Unlike the top-level arithmetic processor, is_enabled is not supported.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#expression ⇒ Object
readonly
Arithmetic operation to perform.
-
#is_replace_missing ⇒ Object
Replace missing attribute values with 0.
-
#name ⇒ Object
Name of the sub-processor.
-
#target ⇒ Object
readonly
Target attribute path for the result.
-
#type ⇒ Object
readonly
Type of logs arithmetic processor.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/logs_array_map_arithmetic_sub_processor.rb', line 40 def additional_properties @additional_properties end |
#expression ⇒ Object
Arithmetic operation to perform.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/logs_array_map_arithmetic_sub_processor.rb', line 26 def expression @expression end |
#is_replace_missing ⇒ Object
Replace missing attribute values with 0.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/logs_array_map_arithmetic_sub_processor.rb', line 29 def is_replace_missing @is_replace_missing end |
#name ⇒ Object
Name of the sub-processor.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/logs_array_map_arithmetic_sub_processor.rb', line 32 def name @name end |
#target ⇒ Object
Target attribute path for the result.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/logs_array_map_arithmetic_sub_processor.rb', line 35 def target @target end |
#type ⇒ Object
Type of logs arithmetic processor.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/logs_array_map_arithmetic_sub_processor.rb', line 38 def type @type end |