Skip to main content

A set of results returned by Kinetica.showSystemTiming. More…

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

Properties

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

Definition at line 42 of file ShowSystemTiming.cs.

Property Documentation

◆ endpoints

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

List of recently called endpoints, most recent first.

Definition at line 46 of file ShowSystemTiming.cs.

◆ info

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

Additional information.

Definition at line 56 of file ShowSystemTiming.cs.

◆ jobIds

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

List of the internal job IDs for the recent requests.

Definition at line 53 of file ShowSystemTiming.cs.

◆ time_in_ms

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

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

Definition at line 49 of file ShowSystemTiming.cs.


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