Class LogsArrayMapArithmeticSubProcessor

An arithmetic sub-processor for use inside an array-map processor. Unlike the top-level arithmetic processor, is_enabled is not supported.

Hierarchy

  • LogsArrayMapArithmeticSubProcessor

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
expression: string

Arithmetic operation to perform.

isReplaceMissing?: boolean

Replace missing attribute values with 0.

name?: string

Name of the sub-processor.

target: string

Target attribute path for the result.

Type of logs arithmetic processor.

Generated using TypeDoc