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 ??
"";
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>).
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>).