A set of results returned by Kinetica.adminShowJobs. More…
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
| getset |
The identifier of the submitting or execute-as user for each job.
Definition at line 226 of file AdminShowJobs.cs.
◆ endpoint_name
| getset |
The endpoint each job is executing (e.g.
“/insert/records”).
Definition at line 218 of file AdminShowJobs.cs.
◆ flags
| getset |
Flags associated with each job.
Definition at line 241 of file AdminShowJobs.cs.
◆ info
| 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
| getset |
The identifiers of the running or completed jobs.
Definition at line 211 of file AdminShowJobs.cs.
◆ query_text
| getset |
The text of the query associated with each job, when applicable.
Definition at line 234 of file AdminShowJobs.cs.
◆ source_ip
| getset |
The IP address from which each job request originated.
Definition at line 230 of file AdminShowJobs.cs.
◆ status
| getset |
The current status of each job.
Definition at line 214 of file AdminShowJobs.cs.
◆ time_received
| getset |
The epoch time, in milliseconds, at which each job was received.
Definition at line 222 of file AdminShowJobs.cs.
◆ user_data
| 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AdminShowJobs.cs
- Kinetica/Protocol/AdminShowJobs.cs