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 ??
"";
46 this.options =
options ??
new Dictionary<string, string>();
75 public const string TRUE =
"true";
76 public const string FALSE =
"false";
99 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
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.
IDictionary< string, string > info
Additional information.
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
bool type_exists
Indicates whether the type exists or not.