7 using System.Collections.Generic;
67 public const string TRUE =
"true";
68 public const string FALSE =
"false";
96 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
133 this.options =
options ??
new Dictionary<string, string>();
145 public IList<long>
job_id {
get; set; } =
new List<long>();
146 public IList<string>
status {
get; set; } =
new List<string>();
149 public IList<string>
auth_id {
get; set; } =
new List<string>();
150 public IList<string>
source_ip {
get; set; } =
new List<string>();
151 public IList<string>
user_data {
get; set; } =
new List<string>();
154 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
IDictionary< string, string > options
Optional parameters.
IList< long > time_received
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.
IList< string > endpoint_name
IList< string > source_ip
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}).