7 using System.Collections.Generic;
68 public const string TRUE =
"true";
69 public const string FALSE =
"false";
79 public string label {
get;
set; }
104 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
144 IDictionary<string, string>
options = null)
146 this.type_id = type_id ??
"";
147 this.label = label ??
"";
160 public IList<string> type_ids {
get;
set; } =
new List<string>();
161 public IList<string> type_schemas {
get;
set; } =
new List<string>();
162 public IList<string> labels {
get;
set; } =
new List<string>();
163 public IList<IDictionary<string, IList<string>>> properties {
get;
set; } =
new List<IDictionary<string, IList<string>>>();
IDictionary< string, string > options
Optional parameters.
ShowTypesRequest(string type_id, string label, IDictionary< string, string > options=null)
Constructs a ShowTypesRequest object with the specified parameters.
string label
Option string that was supplied by user in a call to /create/type.
A set of parameters for Kinetica.showTypes(string,string,IDictionary<string, string>).
string type_id
Type Id returned in response to a call to /create/type.
ShowTypesRequest()
Constructs a ShowTypesRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
const string NO_JOIN_TYPES
When set to 'true', no join types will be included.
A set of results returned by Kinetica.showTypes(string,string,IDictionary<string, string>)...