7 using System.Collections.Generic;
93 public const string TRUE =
"true";
94 public const string FALSE =
"false";
139 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
191 IDictionary<string, string>
options = null)
193 this.run_id =
run_id ??
"";
194 this.options =
options ??
new Dictionary<string, string>();
209 public IList<string>
run_ids {
get; set; } =
new List<string>();
212 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
IDictionary< string, string > options
Optional parameters.
KillProcRequest(string run_id=null, IDictionary< string, string > options=null)
Constructs a KillProcRequest object with the specified parameters.
string run_id
The run ID of a running proc instance.
IList< string > run_ids
List of run IDs of proc instances that were killed.
A set of results returned by Kinetica.killProc(string,IDictionary{string, string}).
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.killProc(string,IDictionary{string, string}).
KineticaData - class to help with Avro Encoding for Kinetica
const string RUN_TAG
If run_id is specified, kill the proc instance that has a matching run ID and a matching run tag that...
KillProcRequest()
Constructs a KillProcRequest object with default parameters.
const string CLEAR_EXECUTE_AT_STARTUP
If true, kill and remove the instance of the proc matching the auto-start run ID that was created to ...