7 using System.Collections.Generic;
36 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
58 IDictionary<string, string>
options = null)
62 this.options =
options ??
new Dictionary<string, string>();
84 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.clearStatistics(string,string,IDictionary{string, string}).
ClearStatisticsRequest(string table_name=null, string column_name=null, IDictionary< string, string > options=null)
Constructs a ClearStatisticsRequest object with the specified parameters.
IDictionary< string, string > options
Optional parameters.
A set of parameters for Kinetica.clearStatistics(string,string,IDictionary{string, string}).
string table_name
Value of .
string column_name
Name of the column in for which to clear statistics.
string column_name
Value of .
ClearStatisticsRequest()
Constructs a ClearStatisticsRequest object with default parameters.
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica
string table_name
Name of a table.