7 using System.Collections.Generic;
67 public const string TRUE =
"true";
68 public const string FALSE =
"false";
102 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
142 IDictionary<string, string>
options = null)
169 public const string DISTRIBUTED =
"distributed";
172 public const string NONDISTRIBUTED =
"nondistributed";
177 public IList<string> proc_names {
get;
set; } =
new List<string>();
184 public IList<string> execution_modes {
get;
set; } =
new List<string>();
188 public IList<IDictionary<string, byte[]>> files {
get;
set; } =
new List<IDictionary<string, byte[]>>();
193 public IList<string> commands {
get;
set; } =
new List<string>();
198 public IList<IList<string>> args {
get;
set; } =
new List<IList<string>>();
202 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