Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ShowSystemTimingResponse Class Reference

A set of results returned by Kinetica.showSystemTiming(IDictionary{string, string}). More...

+ Inheritance diagram for kinetica.ShowSystemTimingResponse:
+ Collaboration diagram for kinetica.ShowSystemTimingResponse:

Properties

IList< string > endpoints [get, set]
 List of recently called endpoints, most recent first. More...
 
IList< float > time_in_ms = new List<string>() [get, set]
 List of time (in ms) of the recent requests. More...
 
IList< string > jobIds = new List<float>() [get, set]
 List of the internal job ids for the recent requests. More...
 
IDictionary< string, string > info = new List<string>() [get, set]
 Additional information. 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...
 

Detailed Description

A set of results returned by Kinetica.showSystemTiming(IDictionary{string, string}).

Definition at line 50 of file ShowSystemTiming.cs.

Property Documentation

IList<string> kinetica.ShowSystemTimingResponse.endpoints
getset

List of recently called endpoints, most recent first.

Definition at line 55 of file ShowSystemTiming.cs.

IDictionary<string, string> kinetica.ShowSystemTimingResponse.info = new List<string>()
getset

Additional information.

Definition at line 65 of file ShowSystemTiming.cs.

IList<string> kinetica.ShowSystemTimingResponse.jobIds = new List<float>()
getset

List of the internal job ids for the recent requests.

Definition at line 62 of file ShowSystemTiming.cs.

IList<float> kinetica.ShowSystemTimingResponse.time_in_ms = new List<string>()
getset

List of time (in ms) of the recent requests.

Definition at line 58 of file ShowSystemTiming.cs.


The documentation for this class was generated from the following file: