ADTF
Loading...
Searching...
No Matches
ddl::mapping::Engine::TargetDataTrigger Struct Reference

Target data trigger definitions. More...

#include <mapping_engine.h>

Public Attributes

std::string strValueName
 source value name to execute the conditional operation on.
 
std::string strOp
 Operation to execute. Possible conditional operation values within ddl::mapping::DefaultEngine :
 
std::string strValue
 The value to ececute the operation with as string.
 
std::shared_ptr< Source_source
 The source reference to retrieve the strValueName from.
 
std::shared_ptr< Target_target
 target to update
 
std::shared_ptr< AssignmentTrigger_trigger
 assignemnt to trigger
 
std::unordered_map< std::string, std::string > _additional_properties
 additional properties (i.e. "time_strategy")
 

Detailed Description

Target data trigger definitions.

See also
addDataTrigger

Member Data Documentation

◆ strOp

std::string ddl::mapping::Engine::TargetDataTrigger::strOp

Operation to execute. Possible conditional operation values within ddl::mapping::DefaultEngine :

  • "equal"
  • "not_equal"
  • "less_than"
  • "less_than_equal"
  • "greater_than"
  • "greater_than_equal"
    Remarks
    possible values depend on the implementation that overrides ddl::mapping::Engine::addDataTrigger

The documentation for this struct was generated from the following file: