7 using System.Collections.Generic;
24 public string run_id {
get; set; } =
"";
27 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
44 IDictionary<string, string>
options = null)
46 this.run_id =
run_id ??
"";
47 this.options =
options ??
new Dictionary<string, string>();
60 public IList<string>
run_ids {
get; set; } =
new List<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 the running proc instance.
IList< string > run_ids
List of run IDs of proc instances that were killed.
A set of results returned by /kill/proc.
A set of parameters for /kill/proc.
KineticaData - class to help with Avro Encoding for Kinetica
KillProcRequest()
Constructs a KillProcRequest object with default parameters.