7 using System.Collections.Generic;
45 public const string TRUE =
"true";
46 public const string FALSE =
"false";
66 public IList<string>
table_names {
get;
set; } =
new List<string>();
106 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
156 IDictionary<string, string>
options =
null)
158 this.table_names =
table_names ??
new List<string>();
168 public IList<string>
table_names {
get;
set; } =
new List<string>();
170 public IList<string>
ids {
get;
set; } =
new List<string>();
172 public IList<string>
locations {
get;
set; } =
new List<string>();
174 public IList<string>
errors {
get;
set; } =
new List<string>();
179 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IList< string > locations
const string SHOW_DETAIL
If TRUE reports individual chunk errors.
A set of results returned by Kinetica.checkTable.
IDictionary< string, string > options
Optional parameters.
const string LOCAL_ONLY
If TRUE only locally persisted files will be checked.
CheckTableRequest()
Constructs a CheckTableRequest object with default parameters.
A set of string constants for the parameter options.
IList< string > table_names
CheckTableRequest(IList< string > table_names, IDictionary< string, string > options=null)
Constructs a CheckTableRequest object with the specified parameters.
IList< string > table_names
List of tables to query.
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica
A set of parameters for Kinetica.checkTable.