7 using System.Collections.Generic;
37 public const string TRUE =
"true";
38 public const string FALSE =
"false";
70 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
107 IDictionary<string, string>
options =
null)
133 public IList<string>
proc_names {
get;
set; } =
new List<string>();
155 public IList<IDictionary<string, byte[]>>
files {
get;
set; } =
new List<IDictionary<string, byte[]>>();
160 public IList<string>
commands {
get;
set; } =
new List<string>();
165 public IList<IList<string>>
args {
get;
set; } =
new List<IList<string>>();
169 public IList<IDictionary<string, string>>
options {
get;
set; } =
new List<IDictionary<string, string>>();
172 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string NONDISTRIBUTED
Nondistributed
A set of string constants for the parameter execution_modes.
const string DISTRIBUTED
Distributed
ShowProcRequest(string proc_name=null, IDictionary< string, string > options=null)
Constructs a ShowProcRequest object with the specified parameters.
IList< string > execution_modes
The execution modes of the procs named in proc_names.
IList< string > commands
The commands (excluding arguments) that will be invoked when the procs named in proc_names are execut...
IDictionary< string, string > options
Optional parameters.
ShowProcRequest()
Constructs a ShowProcRequest object with default parameters.
IList< IDictionary< string, byte[]> > files
Maps of the files that make up the procs named in proc_names.
IList< IDictionary< string, string > > options
The optional parameters for the procs named in proc_names.
string proc_name
Name of the proc to show information about.
A set of parameters for Kinetica.showProc.
IDictionary< string, string > info
Additional information.
IList< IList< string > > args
Arrays of command-line arguments that will be passed to the procs named in proc_names when executed.
A set of results returned by Kinetica.showProc.
const string INCLUDE_FILES
If set to TRUE, the files that make up the proc will be returned.
IList< string > proc_names
The proc names.
A set of string constants for the parameter options.
KineticaData - class to help with Avro Encoding for Kinetica