Kinetica   C#   API  Version 7.2.3.0
kinetica.KillProcRequest.Options Struct Reference

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"
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 20 of file KillProc.cs.

Member Data Documentation

◆ CLEAR_EXECUTE_AT_STARTUP

const string kinetica.KillProcRequest.Options.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.

Supported values:

The default value is FALSE.

Definition at line 48 of file KillProc.cs.

◆ FALSE

const string kinetica.KillProcRequest.Options.FALSE = "false"

Definition at line 51 of file KillProc.cs.

◆ RUN_TAG

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.

◆ TRUE

const string kinetica.KillProcRequest.Options.TRUE = "true"

Definition at line 50 of file KillProc.cs.


The documentation for this struct was generated from the following file: