Kinetica C# API
Version 6.2.0.1
|
A set of results returned by Kinetica.showProcStatus(string,IDictionary<string, string>). More...
Classes | |
struct | OverallStatuses |
Overall statuses for the returned run IDs. More... | |
struct | Statuses |
Statuses for the returned run IDs, grouped by data segment ID. More... | |
Properties | |
IDictionary< string, string > | proc_names [get, set] |
The proc names corresponding to the returned run IDs. More... | |
IDictionary< string, IDictionary< string, string > > | _params = new Dictionary<string, string>() [get, set] |
The string params passed to /execute/proc for the returned run IDs. More... | |
IDictionary< string, IDictionary< string, byte[]> > | bin_params = new Dictionary<string, IDictionary<string, string>>() [get, set] |
The binary params passed to /execute/proc for the returned run IDs. More... | |
IDictionary< string, IList< string > > | input_table_names = new Dictionary<string, IDictionary<string, byte[]>>() [get, set] |
The input table names passed to /execute/proc for the returned run IDs. More... | |
IDictionary< string, IDictionary< string, IList< string > > > | input_column_names = new Dictionary<string, IList<string>>() [get, set] |
The input column names passed to /execute/proc for the returned run IDs, supplemented with the column names for input tables not included in the input column name map. More... | |
IDictionary< string, IList< string > > | output_table_names = new Dictionary<string, IDictionary<string, IList<string>>>() [get, set] |
The output table names passed to /execute/proc for the returned run IDs. More... | |
IDictionary< string, IDictionary< string, string > > | options = new Dictionary<string, IList<string>>() [get, set] |
The optional parameters passed to /execute/proc for the returned run IDs. More... | |
IDictionary< string, string > | overall_statuses = new Dictionary<string, IDictionary<string, string>>() [get, set] |
Overall statuses for the returned run IDs. More... | |
IDictionary< string, IDictionary< string, string > > | statuses = new Dictionary<string, string>() [get, set] |
Statuses for the returned run IDs, grouped by data segment ID. More... | |
IDictionary< string, IDictionary< string, string > > | messages = new Dictionary<string, IDictionary<string, string>>() [get, set] |
Messages containing additional status information for the returned run IDs, grouped by data segment ID. More... | |
IDictionary< string, IDictionary< string, IDictionary< string, string > > > | results = new Dictionary<string, IDictionary<string, string>>() [get, set] |
String results for the returned run IDs, grouped by data segment ID. More... | |
IDictionary< string, IDictionary< string, IDictionary< string, byte[]> > > | bin_results = new Dictionary<string, IDictionary<string, IDictionary<string, string>>>() [get, set] |
Binary results for the returned run IDs, grouped by data segment ID. More... | |
IDictionary< string, IDictionary< string, IDictionary< string, long > > > | timings = new Dictionary<string, IDictionary<string, IDictionary<string, byte[]>>>() [get, set] |
Timing information for the returned run IDs, grouped by data segment ID. More... | |
Properties inherited from kinetica.KineticaData | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
Public Member Functions inherited from kinetica.KineticaData | |
KineticaData (KineticaType type) | |
Constructor from Kinetica Type More... | |
KineticaData (System.Type type=null) | |
Default constructor, with optional System.Type More... | |
object | Get (int fieldPos) |
Retrieve a specific property from this object More... | |
void | Put (int fieldPos, object fieldValue) |
Write a specific property to this object More... | |
Static Public Member Functions inherited from kinetica.KineticaData | |
static RecordSchema | SchemaFromType (System.Type t, KineticaType ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of results returned by Kinetica.showProcStatus(string,IDictionary<string, string>).
Definition at line 163 of file ShowProcStatus.cs.
|
getset |
The string params passed to /execute/proc for the returned run IDs.
Definition at line 249 of file ShowProcStatus.cs.
|
getset |
The binary params passed to /execute/proc for the returned run IDs.
Definition at line 253 of file ShowProcStatus.cs.
|
getset |
Binary results for the returned run IDs, grouped by data segment ID.
Definition at line 323 of file ShowProcStatus.cs.
|
getset |
The input column names passed to /execute/proc for the returned run IDs, supplemented with the column names for input tables not included in the input column name map.
Definition at line 262 of file ShowProcStatus.cs.
|
getset |
The input table names passed to /execute/proc for the returned run IDs.
Definition at line 257 of file ShowProcStatus.cs.
|
getset |
Messages containing additional status information for the returned run IDs, grouped by data segment ID.
Definition at line 315 of file ShowProcStatus.cs.
|
getset |
The optional parameters passed to /execute/proc for the returned run IDs.
Definition at line 270 of file ShowProcStatus.cs.
|
getset |
The output table names passed to /execute/proc for the returned run IDs.
Definition at line 266 of file ShowProcStatus.cs.
|
getset |
Overall statuses for the returned run IDs.
Note that these are rollups and individual statuses may differ between data segments for the same run ID; see <member name="statuses"> and <member name="messages"> for statuses from individual data segments. Valid values are:
Definition at line 304 of file ShowProcStatus.cs.
|
getset |
The proc names corresponding to the returned run IDs.
Definition at line 245 of file ShowProcStatus.cs.
|
getset |
String results for the returned run IDs, grouped by data segment ID.
Definition at line 319 of file ShowProcStatus.cs.
|
getset |
Statuses for the returned run IDs, grouped by data segment ID.
Valid values are:
Definition at line 311 of file ShowProcStatus.cs.
|
getset |
Timing information for the returned run IDs, grouped by data segment ID.
Definition at line 327 of file ShowProcStatus.cs.