GPUdb C++ API  Version 6.2.0.3
gpudb::ClearTriggerRequest Struct Reference

A set of input parameters for clearTrigger(const ClearTriggerRequest&) const. More...

#include <gpudb/protocol/clear_trigger.h>

Public Member Functions

 ClearTriggerRequest ()
 Constructs a ClearTriggerRequest object with default parameter values. More...
 
 ClearTriggerRequest (const std::string &triggerId_, const std::map< std::string, std::string > &options_)
 Constructs a ClearTriggerRequest object with the specified parameters. More...
 

Public Attributes

std::string triggerId
 
std::map< std::string, std::string > options
 

Detailed Description

A set of input parameters for clearTrigger(const ClearTriggerRequest&) const.

Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.

Definition at line 20 of file clear_trigger.h.

Constructor & Destructor Documentation

◆ ClearTriggerRequest() [1/2]

gpudb::ClearTriggerRequest::ClearTriggerRequest ( )
inline

Constructs a ClearTriggerRequest object with default parameter values.

Definition at line 27 of file clear_trigger.h.

◆ ClearTriggerRequest() [2/2]

gpudb::ClearTriggerRequest::ClearTriggerRequest ( const std::string &  triggerId_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ClearTriggerRequest object with the specified parameters.

Parameters
[in]triggerId_ID for the trigger to be deactivated.
[in]options_Optional parameters.

Definition at line 41 of file clear_trigger.h.

Member Data Documentation

◆ options

std::map<std::string, std::string> gpudb::ClearTriggerRequest::options

Definition at line 48 of file clear_trigger.h.

◆ triggerId

std::string gpudb::ClearTriggerRequest::triggerId

Definition at line 47 of file clear_trigger.h.


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