Kinetica C# API
Version 7.0.19.0
|
Optional parameters. More...
Public Attributes | |
const string | RUN_TAG = "run_tag" |
If run_id is specified, kill the proc instance that has a matching run ID and a matching run tag that was provided to Kinetica.executeProc(string,IDictionary{string, string},IDictionary{string, byte[]},IList{string},IDictionary{string, IList{string}},IList{string},IDictionary{string, string}). More... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 37 of file KillProc.cs.
const string kinetica.KillProcRequest.Options.RUN_TAG = "run_tag" |
If run_id is specified, kill the proc instance that has a matching run ID and a matching run tag that was provided to Kinetica.executeProc(string,IDictionary{string, string},IDictionary{string, byte[]},IList{string},IDictionary{string, IList{string}},IList{string},IDictionary{string, string}).
If run_id is not specified, kill the proc instance(s) where a matching run tag was provided to Kinetica.executeProc(string,IDictionary{string, string},IDictionary{string, byte[]},IList{string},IDictionary{string, IList{string}},IList{string},IDictionary{string, string}). The default value is ''.
Definition at line 48 of file KillProc.cs.