7 using System.Collections.Generic;
    32         public IDictionary<string, string> 
options { 
get; 
set; } = 
new Dictionary<string, string>();
    50                                        IDictionary<string, string> 
options = null)
    52             this.table_name = table_name ?? 
"";
    53             this.column_name = column_name ?? 
"";
    69         public double min { 
get; 
set; }
    73         public double max { 
get; 
set; }
 A set of parameters for Kinetica.aggregateMinMax(string,string,IDictionary<string, string>). 
A set of results returned by Kinetica.aggregateMinMax(string,string,IDictionary<string, string>). 
AggregateMinMaxRequest()
Constructs an AggregateMinMaxRequest object with default parameters. 
string column_name
Name of a column or an expression of one or more column on which the min-max will be calculated...
IDictionary< string, string > options
Optional parameters. 
AggregateMinMaxRequest(string table_name, string column_name, IDictionary< string, string > options=null)
Constructs an AggregateMinMaxRequest object with the specified parameters. 
KineticaData - class to help with Avro Encoding for Kinetica 
string table_name
Name of the table on which the operation will be performed.