7 using System.Collections.Generic;
27 public IList<string>
column_names {
get;
set; } =
new List<string>();
32 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
53 IDictionary<string, string>
options =
null)
74 public IList<string>
column_names {
get;
set; } =
new List<string>();
77 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
string table_name
Value of table_name.
IList< string > column_names
List of one or more column names in table_name for which to collect statistics (cardinality,...
IDictionary< string, string > info
Additional information.
CollectStatisticsRequest()
Constructs a CollectStatisticsRequest object with default parameters.
IList< string > column_names
Value of column_names.
CollectStatisticsRequest(string table_name, IList< string > column_names, IDictionary< string, string > options=null)
Constructs a CollectStatisticsRequest object with the specified parameters.
string table_name
Name of a table, in [schema_name.
A set of parameters for Kinetica.collectStatistics.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.collectStatistics.