7 using System.Collections.Generic;
42 public const string TRUE =
"true";
43 public const string FALSE =
"false";
87 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
133 IDictionary<string, string>
options =
null)
152 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
string table_name
Name of the table to be cleared, in [schema_name.
A set of results returned by Kinetica.clearTable.
A set of parameters for Kinetica.clearTable.
IDictionary< string, string > options
Optional parameters.
string table_name
Value of table_name for a given table, or 'ALL CLEARED' in case of clearing all tables.
string authorization
No longer used.
A set of string constants for the parameter options.
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.