7 using System.Collections.Generic;
32 public string label {
get;
set; }
36 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
56 IDictionary<string, string>
options = null)
58 this.type_id = type_id ??
"";
59 this.label = label ??
"";
74 public IList<string> table_names {
get;
set; } =
new List<string>();
ShowTablesByTypeRequest(string type_id, string label, IDictionary< string, string > options=null)
Constructs a ShowTablesByTypeRequest object with the specified parameters.
string type_id
Type id returned by a call to /create/type.
IDictionary< string, string > options
Optional parameters.
ShowTablesByTypeRequest()
Constructs a ShowTablesByTypeRequest object with default parameters.
string label
Optional user supplied label which can be used instead of the type_id to retrieve all tables with the...
A set of results returned by Kinetica.showTablesByType(string,string,IDictionary<string, string>).
A set of parameters for Kinetica.showTablesByType(string,string,IDictionary<string, string>).
KineticaData - class to help with Avro Encoding for Kinetica