Kinetica C# API  Version 6.2.0.1
kinetica.AdminShowJobsResponse Class Reference

A set of results returned by Kinetica.adminShowJobs(IDictionary<string, string>). More...

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

Properties

IList< int > job_id [get, set]
 
IList< string > status = new List<int>() [get, set]
 
IList< string > endpoint_name = new List<string>() [get, set]
 
IList< long > time_received = new List<string>() [get, set]
 
IList< string > auth_id = new List<long>() [get, set]
 
IList< string > user_data = new List<string>() [get, set]
 
- 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.adminShowJobs(IDictionary<string, string>).

Definition at line 127 of file AdminShowJobs.cs.

Property Documentation

◆ auth_id

IList<string> kinetica.AdminShowJobsResponse.auth_id = new List<long>()
getset

Definition at line 133 of file AdminShowJobs.cs.

◆ endpoint_name

IList<string> kinetica.AdminShowJobsResponse.endpoint_name = new List<string>()
getset

Definition at line 131 of file AdminShowJobs.cs.

◆ job_id

IList<int> kinetica.AdminShowJobsResponse.job_id
getset

Definition at line 129 of file AdminShowJobs.cs.

◆ status

IList<string> kinetica.AdminShowJobsResponse.status = new List<int>()
getset

Definition at line 130 of file AdminShowJobs.cs.

◆ time_received

IList<long> kinetica.AdminShowJobsResponse.time_received = new List<string>()
getset

Definition at line 132 of file AdminShowJobs.cs.

◆ user_data

IList<string> kinetica.AdminShowJobsResponse.user_data = new List<string>()
getset

Definition at line 134 of file AdminShowJobs.cs.


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