7 using System.Collections.Generic;
49 public const string TRUE =
"true";
50 public const string FALSE =
"false";
58 public string run_id {
get;
set; } =
"";
98 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
150 IDictionary<string, string>
options =
null)
163 public IList<string>
run_ids {
get;
set; } =
new List<string>();
166 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IList< string > run_ids
List of run IDs of proc instances that were killed.
A set of parameters for Kinetica.killProc.
A set of string constants for the parameter options.
KineticaData - class to help with Avro Encoding for Kinetica
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 ...
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.killProc.
KillProcRequest()
Constructs a KillProcRequest object with default parameters.
string run_id
The run ID of a running proc instance.
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(string run_id=null, IDictionary< string, string > options=null)
Constructs a KillProcRequest object with the specified parameters.
IDictionary< string, string > info
Additional information.