7 using System.Collections.Generic;
26 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
41 IDictionary<string, string>
options = null)
43 this.proc_name = proc_name ??
"";
44 this.options =
options ??
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 /delete/proc.
string proc_name
Value of .
KineticaData - class to help with Avro Encoding for Kinetica
DeleteProcRequest()
Constructs a DeleteProcRequest object with default parameters.
A set of results returned by /delete/proc.