A set of results returned by Kinetica.adminShowJobs.
More...
|
| 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...
|
| |
| Schema | Schema [get] |
| | Avro Schema for this class More...
|
| |
| Schema | Schema [get] |
| |
A set of results returned by Kinetica.adminShowJobs.
Definition at line 150 of file AdminShowJobs.cs.
◆ auth_id
| IList<string> AdminShowJobsResponse.auth_id = new List<string>() |
|
getset |
◆ endpoint_name
| IList<string> AdminShowJobsResponse.endpoint_name = new List<string>() |
|
getset |
◆ flags
| IList<string> AdminShowJobsResponse.flags = new List<string>() |
|
getset |
◆ info
| IDictionary<string, string> 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 198 of file AdminShowJobs.cs.
◆ job_id
| IList<long> AdminShowJobsResponse.job_id = new List<long>() |
|
getset |
◆ query_text
| IList<string> AdminShowJobsResponse.query_text = new List<string>() |
|
getset |
◆ source_ip
| IList<string> AdminShowJobsResponse.source_ip = new List<string>() |
|
getset |
◆ status
| IList<string> AdminShowJobsResponse.status = new List<string>() |
|
getset |
◆ time_received
| IList<long> AdminShowJobsResponse.time_received = new List<long>() |
|
getset |
◆ user_data
| IList<string> AdminShowJobsResponse.user_data = new List<string>() |
|
getset |
The documentation for this class was generated from the following file: