Class LogsArrayProcessorOperationAppend

Operation that appends a value to a target array attribute.

Hierarchy

  • LogsArrayProcessorOperationAppend

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
preserveSource?: boolean

Remove or preserve the remapped source element.

source: string

Attribute path containing the value to append.

target: string

Attribute path of the array to append to.

Operation type.

Generated using TypeDoc