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