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