7 using System.Collections.Generic;
26 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
42 IDictionary<string, string>
options = null)
44 this.proc_name = proc_name ??
"";
74 public const string TRUE =
"true";
75 public const string FALSE =
"false";
95 public bool proc_exists {
get;
set; }
IDictionary< string, string > options
Optional parameters.
HasProcRequest(string proc_name, IDictionary< string, string > options=null)
Constructs a HasProcRequest object with the specified parameters.
A set of parameters for Kinetica.hasProc(string,IDictionary<string, string>).
string proc_name
Name of the proc to check for existence.
A set of results returned by Kinetica.hasProc(string,IDictionary<string, string>).
KineticaData - class to help with Avro Encoding for Kinetica
Indicates whether the proc exists or not.
HasProcRequest()
Constructs a HasProcRequest object with default parameters.