7 using System.Collections.Generic;
27 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
43 IDictionary<string, string>
options =
null)
61 public const string TRUE =
"true";
62 public const string FALSE =
"false";
82 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
string table_name
Value of table_name
A set of string constants for the parameter table_exists.
A set of results returned by Kinetica.hasTable.
IDictionary< string, string > info
Additional information.
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, in [schema_name.
KineticaData - class to help with Avro Encoding for Kinetica
bool table_exists
Indicates whether the table exists or not.
A set of parameters for Kinetica.hasTable.