Kinetica   C#   API  Version 7.2.3.0
kinetica.AdminShowJobsResponse Class Reference

A set of results returned by Kinetica.adminShowJobs. More...

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

Classes

struct  Info
 A set of string constants for the parameter info. More...
 

Properties

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

Definition at line 156 of file AdminShowJobs.cs.

Property Documentation

◆ auth_id

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

Definition at line 180 of file AdminShowJobs.cs.

◆ endpoint_name

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

Definition at line 176 of file AdminShowJobs.cs.

◆ flags

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

Definition at line 188 of file AdminShowJobs.cs.

◆ info

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

Additional information.

  • JOB_TAG: The job tag specified by the user or if unspecified by user, an internally generated unique identifier for the job across clusters.
  • WORKER_INFO: Worker job information as json

The default value is an empty Dictionary.

Definition at line 205 of file AdminShowJobs.cs.

◆ job_id

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

Definition at line 172 of file AdminShowJobs.cs.

◆ query_text

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

Definition at line 184 of file AdminShowJobs.cs.

◆ source_ip

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

Definition at line 182 of file AdminShowJobs.cs.

◆ status

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

Definition at line 174 of file AdminShowJobs.cs.

◆ time_received

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

Definition at line 178 of file AdminShowJobs.cs.

◆ user_data

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

Definition at line 186 of file AdminShowJobs.cs.


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