Skip to main content

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 AdminShowJobsResponse.info. More…
 

Properties

IList< long > job_id = new List<long>() [get, set]
 The identifiers of the running or completed jobs.
 
IList< string > status = new List<string>() [get, set]
 The current status of each job.
 
IList< string > endpoint_name = new List<string>() [get, set]
 The endpoint each job is executing (e.g.
 
IList< long > time_received = new List<long>() [get, set]
 The epoch time, in milliseconds, at which each job was received.
 
IList< string > auth_id = new List<string>() [get, set]
 The identifier of the submitting or execute-as user for each job.
 
IList< string > source_ip = new List<string>() [get, set]
 The IP address from which each job request originated.
 
IList< string > query_text = new List<string>() [get, set]
 The text of the query associated with each job, when applicable.
 
IList< string > user_data = new List<string>() [get, set]
 Arbitrary user-provided data associated with each job.
 
IList< string > flags = new List<string>() [get, set]
 Flags associated with each job.
 
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.adminShowJobs.

Definition at line 194 of file AdminShowJobs.cs.

Property Documentation

◆ auth_id

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

The identifier of the submitting or execute-as user for each job.

Definition at line 226 of file AdminShowJobs.cs.

◆ endpoint_name

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

The endpoint each job is executing (e.g.

“/insert/records”).

Definition at line 218 of file AdminShowJobs.cs.

◆ flags

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

Flags associated with each job.

Definition at line 241 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 260 of file AdminShowJobs.cs.

◆ job_id

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

The identifiers of the running or completed jobs.

Definition at line 211 of file AdminShowJobs.cs.

◆ query_text

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

The text of the query associated with each job, when applicable.

Definition at line 234 of file AdminShowJobs.cs.

◆ source_ip

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

The IP address from which each job request originated.

Definition at line 230 of file AdminShowJobs.cs.

◆ status

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

The current status of each job.

Definition at line 214 of file AdminShowJobs.cs.

◆ time_received

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

The epoch time, in milliseconds, at which each job was received.

Definition at line 222 of file AdminShowJobs.cs.

◆ user_data

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

Arbitrary user-provided data associated with each job.

Definition at line 238 of file AdminShowJobs.cs.


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