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

A set of parameters for GPUdb::clearTrigger. More...

#include <gpudb/protocol/clear_trigger.h>

Public Member Functions

 ClearTriggerRequest ()
 Constructs a ClearTriggerRequest object with default parameters. 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
 ID for the trigger to be deactivated. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::clearTrigger.

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 parameters.

Definition at line 25 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. The default value is an empty map.

Definition at line 39 of file clear_trigger.h.

Member Data Documentation

◆ options

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

Optional parameters.

The default value is an empty map.

Definition at line 53 of file clear_trigger.h.

◆ triggerId

std::string gpudb::ClearTriggerRequest::triggerId

ID for the trigger to be deactivated.

Definition at line 48 of file clear_trigger.h.


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