struct MAGES::Analytics::MAGESObjective::Specification

Overview

The specification of an objective. More…

struct Specification
{
    // fields

    string FilterPrefix;
    List FilterScope;
    string FilterField;
    string Description;
    object ProcessorTarget;
    List ProcessorArguments;
    Processor Processor;
    IQueryIterator Iterator;
};

Detailed Documentation

The specification of an objective.

Fields

string FilterPrefix

The prefix for the filtering.

List FilterScope

The scope of the filtering.

string FilterField

The specific field for the filtering.

string Description

The description of the objective.

object ProcessorTarget

The target of the objective.

List ProcessorArguments

The arguments of the objective.

Processor Processor

The processor of the objective.

IQueryIterator Iterator

The iterator of the objective query.