7 using System.Collections.Generic;
27 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
43 IDictionary<string, string>
options = null)
45 this.type_id = type_id ??
"";
75 public const string TRUE =
"true";
76 public const string FALSE =
"false";
96 public bool type_exists {
get;
set; }
IDictionary< string, string > options
Optional parameters.
HasTypeRequest(string type_id, IDictionary< string, string > options=null)
Constructs a HasTypeRequest object with the specified parameters.
Indicates whether the type exists or not.
string type_id
Id of the type returned in response to /create/type request.
HasTypeRequest()
Constructs a HasTypeRequest object with default parameters.
A set of parameters for Kinetica.hasType(string,IDictionary<string, string>).
A set of results returned by Kinetica.hasType(string,IDictionary<string, string>).
KineticaData - class to help with Avro Encoding for Kinetica