7 using System.Collections.Generic;
50 public const string TRUE =
"true";
51 public const string FALSE =
"false";
59 public string run_id {
get;
set; } =
"";
99 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
153 IDictionary<string, string>
options =
null)
167 public IList<string>
run_ids {
get;
set; } =
new List<string>();
170 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.
A set of string constants for the parameter options.
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.
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.killProc.
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 ...