struct MAGES::Analytics::MAGESObjective::Specification¶
Overview¶
The specification of an objective. More…
struct Specification { // fields string FilterPrefix; ListFilterScope; string FilterField; string Description; object ProcessorTarget; List
Detailed Documentation¶
The specification of an objective.
Fields¶
string FilterPrefix
The prefix for the filtering.
ListFilterScope
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
The arguments of the objective.
Processor Processor
The processor of the objective.
IQueryIterator Iterator
The iterator of the objective query.