7 using System.Collections.Generic;
24 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
39 IDictionary<string, string>
options = null)
41 this.proc_name = proc_name ??
"";
42 this.options =
options ??
new Dictionary<string, string>();
60 public const string TRUE =
"true";
61 public const string FALSE =
"false";
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 /has/proc.
string proc_name
Name of the proc to check for existence.
bool proc_exists
Indicates whether the proc exists or not.
A set of results returned by /has/proc.
KineticaData - class to help with Avro Encoding for Kinetica
Indicates whether the proc exists or not.
HasProcRequest()
Constructs a HasProcRequest object with default parameters.