7 using System.Collections.Generic;
74 public const string TRUE =
"true";
75 public const string FALSE =
"false";
115 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
160 IDictionary<string, string>
options = null)
164 this.options =
options ??
new Dictionary<string, string>();
183 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
string table_name
Name of the table to be cleared.
A set of results returned by Kinetica.clearTable(string,string,IDictionary{string, string}).
A set of parameters for Kinetica.clearTable(string,string,IDictionary{string, string}).
IDictionary< string, string > options
Optional parameters.
string table_name
Value of for a given table, or 'ALL CLEARED' in case of clearing all tables.
string authorization
No longer used.
ClearTableRequest(string table_name=null, string authorization=null, IDictionary< string, string > options=null)
Constructs a ClearTableRequest object with the specified parameters.
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica
const string NO_ERROR_IF_NOT_EXISTS
If true and if the table specified in table_name does not exist no error is returned.
ClearTableRequest()
Constructs a ClearTableRequest object with default parameters.