Kinetica C# API
Version 7.2.3.0
|
A set of results returned by Kinetica.showProcStatus. More...
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... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
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 ? 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 235 of file ShowProcStatus.cs.
|
getset |
The binary params passed to Kinetica.executeProc for the returned run IDs.
Definition at line 240 of file ShowProcStatus.cs.
|
getset |
Binary results for the returned run IDs, grouped by data segment ID.
Definition at line 339 of file ShowProcStatus.cs.
|
getset |
Additional information.
Definition at line 360 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 251 of file ShowProcStatus.cs.
|
getset |
The input table names passed to Kinetica.executeProc for the returned run IDs.
Definition at line 245 of file ShowProcStatus.cs.
|
getset |
Messages containing additional status information for the returned run IDs, grouped by data segment ID.
Definition at line 331 of file ShowProcStatus.cs.
|
getset |
The optional parameters passed to Kinetica.executeProc for the returned run IDs.
Definition at line 261 of file ShowProcStatus.cs.
|
getset |
|
getset |
The output table names passed to Kinetica.executeProc for the returned run IDs.
Definition at line 256 of file ShowProcStatus.cs.
|
getset |
Overall statuses for the returned run IDs.
Valid values are:
Definition at line 295 of file ShowProcStatus.cs.
|
getset |
The proc names corresponding to the returned run IDs.
Definition at line 230 of file ShowProcStatus.cs.
|
getset |
String results for the returned run IDs, grouped by data segment ID.
Definition at line 335 of file ShowProcStatus.cs.
|
getset |
Statuses for the returned run IDs, grouped by data segment ID.
Valid values are:
Definition at line 327 of file ShowProcStatus.cs.
|
getset |
Timing information for the returned run IDs, grouped by data segment ID.
Definition at line 357 of file ShowProcStatus.cs.