7 using System.Collections.Generic;
41 public const string TRUE =
"true";
42 public const string FALSE =
"false";
62 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
88 IDictionary<string, string>
options = null)
91 this.options =
options ??
new Dictionary<string, string>();
119 public IList<string>
proc_names {
get; set; } =
new List<string>();
128 public IList<IDictionary<string, byte[]>>
files {
get; set; } =
new List<IDictionary<string, byte[]>>();
133 public IList<string>
commands {
get; set; } =
new List<string>();
138 public IList<IList<string>>
args {
get; set; } =
new List<IList<string>>();
142 public IList<IDictionary<string, string>>
options {
get; set; } =
new List<IDictionary<string, string>>();
const string NONDISTRIBUTED
Nondistributed
The execution modes of the procs named in <member name="proc_names">.
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 <member name="proc_names">.
IList< string > commands
The commands (excluding arguments) that will be invoked when the procs named in <member name="proc_na...
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 <member name="proc_names">.
IList< IDictionary< string, string > > options
The optional parameters for the procs named in <member name="proc_names">.
string proc_name
Name of the proc to show information about.
A set of parameters for /show/proc.
IList< IList< string > > args
Arrays of command-line arguments that will be passed to the procs named in <member name="proc_names">...
A set of results returned by /show/proc.
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.
KineticaData - class to help with Avro Encoding for Kinetica