7 using System.Collections.Generic;
59 public const string TRUE =
"true";
60 public const string FALSE =
"false";
84 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
129 public IList<int> job_id {
get;
set; } =
new List<int>();
130 public IList<string> status {
get;
set; } =
new List<string>();
131 public IList<string> endpoint_name {
get;
set; } =
new List<string>();
132 public IList<long> time_received {
get;
set; } =
new List<long>();
133 public IList<string> auth_id {
get;
set; } =
new List<string>();
134 public IList<string> user_data {
get;
set; } =
new List<string>();
IDictionary< string, string > options
Optional parameters.
const string SHOW_DETAILS
Supported values: TRUE FALSE
A set of results returned by Kinetica.adminShowJobs(IDictionary<string, string>). ...
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>).