Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. 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. More... | |
const string | CLEAR_EXECUTE_AT_STARTUP = "clear_execute_at_startup" |
If TRUE, kill and remove the instance of the proc matching the auto-start run ID that was created to run when the database is started. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 20 of file KillProc.cs.
const string kinetica.KillProcRequest.Options.CLEAR_EXECUTE_AT_STARTUP = "clear_execute_at_startup" |
const string kinetica.KillProcRequest.Options.FALSE = "false" |
Definition at line 51 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.
If run_id is not specified, kill the proc instance(s) where a matching run tag was provided to Kinetica.executeProc. The default value is ''.
Definition at line 32 of file KillProc.cs.
const string kinetica.KillProcRequest.Options.TRUE = "true" |
Definition at line 50 of file KillProc.cs.