A set of results returned by Kinetica.showProcStatus. More…
Classes | |
| struct | Output |
| A set of string constants for the parameter ShowProcStatusResponse.output. More… | |
| struct | OverallStatuses |
| A set of string constants for the parameter ShowProcStatusResponse.overall_statuses. More… | |
| struct | Statuses |
| A set of string constants for the parameter ShowProcStatusResponse.statuses. More… | |
Properties | |
| IDictionary< string, string > | proc_names = new Dictionary<string, string>() [get, set] |
| The proc names corresponding to the returned run IDs. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| IDictionary< string, string > | overall_statuses = new Dictionary<string, string>() [get, set] |
| Overall statuses for the returned run IDs. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| 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. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
A set of results returned by Kinetica.showProcStatus.
Definition at line 191 of file ShowProcStatus.cs.
Property Documentation
◆ _params
| getset |
The string params passed to Kinetica.executeProc for the returned run IDs.
Definition at line 263 of file ShowProcStatus.cs.
◆ bin_params
| getset |
The binary params passed to Kinetica.executeProc for the returned run IDs.
Definition at line 268 of file ShowProcStatus.cs.
◆ bin_results
| getset |
Binary results for the returned run IDs, grouped by data segment ID.
Definition at line 388 of file ShowProcStatus.cs.
◆ info
| getset |
Additional information.
Definition at line 413 of file ShowProcStatus.cs.
◆ input_column_names
| 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 279 of file ShowProcStatus.cs.
◆ input_table_names
| getset |
The input table names passed to Kinetica.executeProc for the returned run IDs.
Definition at line 273 of file ShowProcStatus.cs.
◆ messages
| getset |
Messages containing additional status information for the returned run IDs, grouped by data segment ID.
Definition at line 380 of file ShowProcStatus.cs.
◆ options
| getset |
The optional parameters passed to Kinetica.executeProc for the returned run IDs.
Definition at line 289 of file ShowProcStatus.cs.
◆ output
| getset |
◆ output_table_names
| getset |
The output table names passed to Kinetica.executeProc for the returned run IDs.
Definition at line 284 of file ShowProcStatus.cs.
◆ overall_statuses
| 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 ShowProcStatusResponse.statuses and ShowProcStatusResponse.messages for statuses from individual data segments. Valid values are:
- RUNNING: The proc instance is currently running.
- COMPLETE: The proc instance completed with no errors.
- KILLED: The proc instance was killed before completion.
- ERROR: The proc instance failed with an error.
- NONE: The proc instance does not have a status, i.e. it has not yet ran.
Definition at line 335 of file ShowProcStatus.cs.
◆ proc_names
| getset |
The proc names corresponding to the returned run IDs.
Definition at line 258 of file ShowProcStatus.cs.
◆ results
| getset |
String results for the returned run IDs, grouped by data segment ID.
Definition at line 384 of file ShowProcStatus.cs.
◆ statuses
| getset |
Statuses for the returned run IDs, grouped by data segment ID.
Valid values are:
- RUNNING: The proc instance is currently running.
- COMPLETE: The proc instance completed with no errors.
- KILLED: The proc instance was killed before completion.
- ERROR: The proc instance failed with an error.
- NONE: The proc instance does not have a status, i.e. it has not yet ran.
Definition at line 376 of file ShowProcStatus.cs.
◆ timings
| getset |
Timing information for the returned run IDs, grouped by data segment ID.
Definition at line 410 of file ShowProcStatus.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowProcStatus.cs
- Kinetica/Protocol/ShowProcStatus.cs