Class LogsArrayProcessorOperationLength

Operation that computes the length of a source array and stores the result in the target attribute.

Hierarchy

  • LogsArrayProcessorOperationLength

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

Attribute path of the array to measure.

target: string

Attribute that receives the computed length.

Operation type.

Generated using TypeDoc