|
Kinetica C# API
Version 7.2.3.1
|
A set of results returned by Kinetica.showProcStatus. More...
Inheritance diagram for ShowProcStatusResponse:
Collaboration diagram for ShowProcStatusResponse:Classes | |
| struct | Output |
| A set of string constants for the parameter output. More... | |
| struct | OverallStatuses |
| A set of string constants for the parameter overall_statuses. More... | |
| struct | Statuses |
| A set of string constants for the parameter statuses. More... | |
Properties | |
| IDictionary< string, string > | proc_names = new Dictionary<string, string>() [get, set] |
| The proc names corresponding to the returned run IDs. More... | |
| IDictionary< string, IDictionary< string, string > > | _params = new Dictionary<string, IDictionary<string, string>>() [get, set] |
| The string params passed to Kinetica.executeProc for the returned run IDs. More... | |
| IDictionary< string, IDictionary< string, byte[]> > | bin_params = new Dictionary<string, IDictionary<string, byte[]>>() [get, set] |
| The binary params passed to Kinetica.executeProc for the returned run IDs. More... | |
| IDictionary< string, IList< string > > | input_table_names = new Dictionary<string, IList<string>>() [get, set] |
| The input table names passed to Kinetica.executeProc for the returned run IDs. More... | |
| IDictionary< string, IDictionary< string, IList< string > > > | input_column_names = new Dictionary<string, IDictionary<string, IList<string>>>() [get, set] |
| The input column names passed to Kinetica.executeProc 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, IList<string>>() [get, set] |
| The output table names passed to Kinetica.executeProc for the returned run IDs. More... | |
| IDictionary< string, IDictionary< string, string > > | options = new Dictionary<string, IDictionary<string, string>>() [get, set] |
| The optional parameters passed to Kinetica.executeProc for the returned run IDs. More... | |
| IDictionary< string, string > | overall_statuses = new Dictionary<string, string>() [get, set] |
| Overall statuses for the returned run IDs. More... | |
| IDictionary< string, IDictionary< string, string > > | statuses = new Dictionary<string, IDictionary<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, 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, byte[]>>>() [get, set] |
| Binary results for the returned run IDs, grouped by data segment ID. More... | |
| IDictionary< string, IDictionary< string, IDictionary< string, IList< string > > > > | output = new Dictionary<string, IDictionary<string, IDictionary<string, IList<string>>>>() [get, set] |
| Output lines 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, long>>>() [get, set] |
| Timing information for the returned run IDs, grouped by data segment ID. More... | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. More... | |
Properties inherited from KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class More... | |
Properties inherited from Avro.Specific.ISpecificRecord | |
| Schema | Schema [get] |
Additional Inherited Members | |
Public Member Functions inherited from 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 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.
Definition at line 162 of file ShowProcStatus.cs.
|
getset |
The string params passed to Kinetica.executeProc for the returned run IDs.
Definition at line 233 of file ShowProcStatus.cs.
|
getset |
The binary params passed to Kinetica.executeProc for the returned run IDs.
Definition at line 238 of file ShowProcStatus.cs.
|
getset |
Binary results for the returned run IDs, grouped by data segment ID.
Definition at line 335 of file ShowProcStatus.cs.
|
getset |
Additional information.
Definition at line 356 of file ShowProcStatus.cs.
|
getset |
The input column names passed to Kinetica.executeProc for the returned run IDs, supplemented with the column names for input tables not included in the input column name map.
Definition at line 249 of file ShowProcStatus.cs.
|
getset |
The input table names passed to Kinetica.executeProc for the returned run IDs.
Definition at line 243 of file ShowProcStatus.cs.
|
getset |
Messages containing additional status information for the returned run IDs, grouped by data segment ID.
Definition at line 327 of file ShowProcStatus.cs.
|
getset |
The optional parameters passed to Kinetica.executeProc for the returned run IDs.
Definition at line 259 of file ShowProcStatus.cs.
|
getset |
|
getset |
The output table names passed to Kinetica.executeProc for the returned run IDs.
Definition at line 254 of file ShowProcStatus.cs.
|
getset |
Overall statuses for the returned run IDs.
Valid values are:
Definition at line 291 of file ShowProcStatus.cs.
|
getset |
The proc names corresponding to the returned run IDs.
Definition at line 228 of file ShowProcStatus.cs.
|
getset |
String results for the returned run IDs, grouped by data segment ID.
Definition at line 331 of file ShowProcStatus.cs.
|
getset |
Statuses for the returned run IDs, grouped by data segment ID.
Valid values are:
Definition at line 323 of file ShowProcStatus.cs.
|
getset |
Timing information for the returned run IDs, grouped by data segment ID.
Definition at line 353 of file ShowProcStatus.cs.