7 using System.Collections.Generic;
28 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
44 IDictionary<string, string>
options = null)
46 this.proc_name = proc_name ??
"";
47 this.options =
options ??
new Dictionary<string, string>();
65 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
DeleteProcRequest(string proc_name, IDictionary< string, string > options=null)
Constructs a DeleteProcRequest object with the specified parameters.
string proc_name
Name of the proc to be deleted.
IDictionary< string, string > options
Optional parameters.
A set of parameters for Kinetica.deleteProc(string,IDictionary{string, string}).
string proc_name
Value of .
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica
DeleteProcRequest()
Constructs a DeleteProcRequest object with default parameters.
A set of results returned by Kinetica.deleteProc(string,IDictionary{string, string}).