7 using System.Collections.Generic;
85 public const string TRUE =
"true";
86 public const string FALSE =
"false";
148 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
203 this.options =
options ??
new Dictionary<string, string>();
246 public IList<long>
job_id {
get; set; } =
new List<long>();
247 public IList<string>
status {
get; set; } =
new List<string>();
250 public IList<string>
auth_id {
get; set; } =
new List<string>();
251 public IList<string>
source_ip {
get; set; } =
new List<string>();
252 public IList<string>
user_data {
get; set; } =
new List<string>();
253 public IList<string>
flags {
get; set; } =
new List<string>();
271 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 results returned by Kinetica.adminShowJobs(IDictionary{string, string}). ...
IList< string > user_data
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(IDictionary{string, string}).