Class LogsArrayProcessorOperationSelect

Operation that finds an object in a source array using a filter, and then extracts a specific value into the target attribute.

Hierarchy

  • LogsArrayProcessorOperationSelect

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
filter: string

Filter condition expressed as key:value used to find the matching element.

source: string

Attribute path of the array to search into.

target: string

Attribute that receives the extracted value.

Operation type.

valueToExtract: string

Key of the value to extract from the matching element.

Generated using TypeDoc