7 using System.Collections.Generic;
25 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
40 IDictionary<string, string>
options = null)
42 this.type_id = type_id ??
"";
43 this.options =
options ??
new Dictionary<string, string>();
61 public const string TRUE =
"true";
62 public const string FALSE =
"false";
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 /has/type.
A set of results returned by /has/type.
KineticaData - class to help with Avro Encoding for Kinetica
bool type_exists
Indicates whether the type exists or not.