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