struct MAGES::Analytics::MAGESAnalyticsEntry::Specification

Overview

The specification of an error. More…

struct Specification
{
    // fields

    string FilterPrefix;
    List FilterScope;
    AnalyticsTypes.BaseType BaseData;
    object ProcessorTarget;
    List ProcessorArguments;
    Processor Processor;
    IQueryIterator Iterator;
    List> KeyValuePairs;
};

Detailed Documentation

The specification of an error.

Fields

string FilterPrefix

The DataContainer prefix for the filtering.

List FilterScope

The DataContainer scope of the filtering.

AnalyticsTypes.BaseType BaseData

The base data of the error.

object ProcessorTarget

The target to provide an extra context for the processing.

Interpreted internally by each processor.

List ProcessorArguments

Arguments for additional context for the processing.

Interpreted internally by each processor.

Processor Processor

The processor of the error query.

IQueryIterator Iterator

The iterator of the error query thats is matching with the DataContainer Scema Type.

List> KeyValuePairs

Additional key value pairs that will be attached to the error event.