7 using System.Collections.Generic;
28 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
44 IDictionary<string, string>
options = null)
46 this.trigger_id = trigger_id ??
"";
47 this.options =
options ??
new Dictionary<string, string>();
65 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.clearTrigger(string,IDictionary{string, string}).
ClearTriggerRequest(string trigger_id, IDictionary< string, string > options=null)
Constructs a ClearTriggerRequest object with the specified parameters.
string trigger_id
Value of .
IDictionary< string, string > info
Additional information.
string trigger_id
ID for the trigger to be deactivated.
A set of parameters for Kinetica.clearTrigger(string,IDictionary{string, string}).
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > options
Optional parameters.
ClearTriggerRequest()
Constructs a ClearTriggerRequest object with default parameters.