7 using System.Collections.Generic;
38 public IList<string>
table_names {
get; set; } =
new List<string>();
47 public IList<double>
x_vector {
get; set; } =
new List<double>();
57 public IList<double>
y_vector {
get; set; } =
new List<double>();
60 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
96 IDictionary<string, string>
options = null)
98 this.request_id = request_id ??
"";
99 this.table_names = table_names ??
new List<string>();
100 this.x_column_name = x_column_name ??
"";
101 this.x_vector = x_vector ??
new List<double>();
102 this.y_column_name = y_column_name ??
"";
103 this.y_vector = y_vector ??
new List<double>();
104 this.options =
options ??
new Dictionary<string, string>();
CreateTriggerByAreaRequest()
Constructs a CreateTriggerByAreaRequest object with default parameters.
IList< string > table_names
Names of the tables on which the trigger will be activated and maintained.
CreateTriggerByAreaRequest(string request_id, IList< string > table_names, string x_column_name, IList< double > x_vector, string y_column_name, IList< double > y_vector, IDictionary< string, string > options=null)
Constructs a CreateTriggerByAreaRequest object with the specified parameters.
A set of results returned by /create/trigger/byarea.
string x_column_name
Name of a numeric column on which the trigger is activated.
IList< double > x_vector
The respective coordinate values for the region on which the trigger is activated.
IList< double > y_vector
The respective coordinate values for the region on which the trigger is activated.
A set of parameters for /create/trigger/byarea.
IDictionary< string, string > options
Optional parameters.
string y_column_name
Name of a second numeric column on which the trigger is activated.
string request_id
User-created ID for the trigger.
KineticaData - class to help with Avro Encoding for Kinetica
string trigger_id
Value of .