7 using System.Collections.Generic;
26 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
40 IDictionary<string, string>
options =
null)
57 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 proc_name
Value of proc_name.
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.