7 using System.Collections.Generic;
    36         public IDictionary<string, string> 
options { 
get; 
set; } = 
new Dictionary<string, string>();
    60                                            IDictionary<string, string> 
options = null)
    62             this.table_name = table_name ?? 
"";
    63             this.x_column_name = x_column_name ?? 
"";
    64             this.y_column_name = y_column_name ?? 
"";
    80         public IList<double> x_vector { 
get; 
set; } = 
new List<double>();
    84         public IList<double> y_vector { 
get; 
set; } = 
new List<double>();
    88         public int count { 
get; 
set; }
    89         public bool is_valid { 
get; 
set; }
 A set of results returned by Kinetica.aggregateConvexHull(string,string,string,IDictionary<string, string>). 
string y_column_name
Name of the column containing the y coordinates of the points for the operation being performed...
IDictionary< string, string > options
Optional parameters. 
AggregateConvexHullRequest(string table_name, string x_column_name, string y_column_name, IDictionary< string, string > options=null)
Constructs an AggregateConvexHullRequest object with the specified parameters. 
A set of parameters for Kinetica.aggregateConvexHull(string,string,string,IDictionary<string, string>). 
string table_name
Name of table on which the operation will be performed. 
string x_column_name
Name of the column containing the x coordinates of the points for the operation being performed...
AggregateConvexHullRequest()
Constructs an AggregateConvexHullRequest object with default parameters. 
KineticaData - class to help with Avro Encoding for Kinetica