7 using System.Collections.Generic;
25 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
40 IDictionary<string, string>
options =
null)
58 public const string TRUE =
"true";
59 public const string FALSE =
"false";
79 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.
A set of string constants for the parameter type_exists.
IDictionary< string, string > info
Additional information.
string type_id
Id of the type returned in response to Kinetica.createType request.
HasTypeRequest()
Constructs a HasTypeRequest object with default parameters.
string type_id
Value of type_id.
A set of parameters for Kinetica.hasType.
A set of results returned by Kinetica.hasType.
KineticaData - class to help with Avro Encoding for Kinetica
bool type_exists
Indicates whether the type exists or not.