7 using System.Collections.Generic;
24 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
39 IDictionary<string, string>
options = null)
41 this.table_name = table_name ??
"";
42 this.options =
options ??
new Dictionary<string, string>();
60 public const string TRUE =
"true";
61 public const string FALSE =
"false";
string table_name
Value of
Indicates whether the table exists or not.
A set of results returned by /has/table.
HasTableRequest()
Constructs a HasTableRequest object with default parameters.
HasTableRequest(string table_name, IDictionary< string, string > options=null)
Constructs a HasTableRequest object with the specified parameters.
IDictionary< string, string > options
Optional parameters.
string table_name
Name of the table to check for existence.
KineticaData - class to help with Avro Encoding for Kinetica
bool table_exists
Indicates whether the table exists or not.
A set of parameters for /has/table.