7 using System.Collections.Generic;
31 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
50 IDictionary<string, string>
options = null)
54 this.options =
options ??
new Dictionary<string, string>();
string table_name
Name of the table to be cleared.
A set of results returned by /clear/table.
A set of parameters for /clear/table.
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. User can pass an empty string.
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
ClearTableRequest()
Constructs a ClearTableRequest object with default parameters.