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)
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 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.
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.