Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
ClearStatistics.cs
Go to the documentation of this file.
1 /*
2  * This file was autogenerated by the Kinetica schema processor.
3  *
4  * DO NOT EDIT DIRECTLY.
5  */
6 
7 using System.Collections.Generic;
8 
9 
10 
11 namespace kinetica
12 {
13 
21  {
22 
27  public string table_name { get; set; } = "";
28 
34  public string column_name { get; set; } = "";
35 
38  public IDictionary<string, string> options { get; set; } = new Dictionary<string, string>();
39 
40 
44 
61  public ClearStatisticsRequest( string table_name = null,
62  string column_name = null,
63  IDictionary<string, string> options = null)
64  {
65  this.table_name = table_name ?? "";
66  this.column_name = column_name ?? "";
67  this.options = options ?? new Dictionary<string, string>();
68  } // end constructor
69 
70  } // end class ClearStatisticsRequest
71 
72 
73 
78  {
79 
82  public string table_name { get; set; }
83 
86  public string column_name { get; set; }
87 
89  public IDictionary<string, string> info { get; set; } = new Dictionary<string, string>();
90 
91  } // end class ClearStatisticsResponse
92 
93 
94 
95 
96 } // end namespace kinetica
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 column_name
Name of the column in for which to clear statistics.
ClearStatisticsRequest()
Constructs a ClearStatisticsRequest object with default parameters.
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica
Definition: KineticaData.cs:14
string table_name
Name of a table, in [schema_name.