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