7 using System.Collections.Generic;
39 public const string CANCEL =
"cancel";
44 public IList<int>
job_ids {
get;
set; } =
new List<int>();
58 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
83 IDictionary<string, string>
options = null)
85 this.job_ids = job_ids ??
new List<int>();
86 this.action = action ??
"";
101 public IList<int>
job_ids {
get;
set; } =
new List<int>();
107 public IList<string> status {
get;
set; } =
new List<string>();
IDictionary< string, string > options
Optional parameters.
Action to be performed on the jobs specified by job_ids.
AdminAlterJobsRequest()
Constructs an AdminAlterJobsRequest object with default parameters.
A set of parameters for Kinetica.adminAlterJobs(IList<int>,string,IDictionary<string, string>).
A set of results returned by Kinetica.adminAlterJobs(IList<int>,string,IDictionary<string, string>).
IList< int > job_ids
Jobs to be modified.
AdminAlterJobsRequest(IList< int > job_ids, string action, IDictionary< string, string > options=null)
Constructs an AdminAlterJobsRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
string action
Action to be performed on the jobs specified by job_ids.