7 using System.Collections.Generic;
39 public const string TRUE =
"true";
40 public const string FALSE =
"false";
97 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
172 public IList<long>
job_id {
get;
set; } =
new List<long>();
174 public IList<string>
status {
get;
set; } =
new List<string>();
180 public IList<string>
auth_id {
get;
set; } =
new List<string>();
182 public IList<string>
source_ip {
get;
set; } =
new List<string>();
184 public IList<string>
query_text {
get;
set; } =
new List<string>();
186 public IList<string>
user_data {
get;
set; } =
new List<string>();
188 public IList<string>
flags {
get;
set; } =
new List<string>();
205 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IDictionary< string, string > options
Optional parameters.
IList< long > time_received
const string JOB_TAG
The job tag specified by the user or if unspecified by user, an internally generated unique identifie...
A set of string constants for the parameter options.
IList< string > query_text
A set of results returned by Kinetica.adminShowJobs.
IList< string > user_data
A set of string constants for the parameter info.
const string SHOW_ASYNC_JOBS
If TRUE, then the completed async jobs are also included in the response.
IDictionary< string, string > info
Additional information.
const string WORKER_INFO
Worker job information as json
IList< string > endpoint_name
IList< string > source_ip
const string SHOW_WORKER_INFO
If TRUE, then information is also returned from worker ranks.
AdminShowJobsRequest(IDictionary< string, string > options=null)
Constructs an AdminShowJobsRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
AdminShowJobsRequest()
Constructs an AdminShowJobsRequest object with default parameters.
A set of parameters for Kinetica.adminShowJobs.