7 using System.Collections.Generic;
67 public const string TRUE =
"true";
68 public const string FALSE =
"false";
101 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
140 IDictionary<string, string>
options = null)
167 public const string DISTRIBUTED =
"distributed";
170 public const string NONDISTRIBUTED =
"nondistributed";
175 public IList<string> proc_names {
get;
set; } =
new List<string>();
182 public IList<string> execution_modes {
get;
set; } =
new List<string>();
186 public IList<IDictionary<string, byte[]>> files {
get;
set; } =
new List<IDictionary<string, byte[]>>();
191 public IList<string> commands {
get;
set; } =
new List<string>();
196 public IList<IList<string>> args {
get;
set; } =
new List<IList<string>>();
200 public IList<IDictionary<string, string>>
options {
get;
set; } =
new List<IDictionary<string, string>>();
The execution modes of the procs named in <member name="proc_names">.
ShowProcRequest(string proc_name=null, IDictionary< string, string > options=null)
Constructs a ShowProcRequest object with the specified parameters.
IDictionary< string, string > options
Optional parameters.
ShowProcRequest()
Constructs a ShowProcRequest object with default parameters.
string proc_name
Name of the proc to show information about.
A set of parameters for Kinetica.showProc(string,IDictionary<string, string>).
A set of results returned by Kinetica.showProc(string,IDictionary<string, string>).
const string INCLUDE_FILES
If set to true, the files that make up the proc will be returned.
KineticaData - class to help with Avro Encoding for Kinetica