Skip to main content

A set of string constants for the parameter KillProcRequest.options. More…

Static Public Attributes

const string RUN_TAG = “run_tag”
 If KillProcRequest.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.
 
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.
 
const string TRUE = “true”
 A boolean constant for the KillProcRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the KillProcRequest.Options options.
 

Detailed Description

A set of string constants for the parameter KillProcRequest.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”
static

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.

The auto-start run ID was returned from Kinetica.executeProc and can be retrieved using Kinetica.showProc. Supported values:

The default value is FALSE.

Definition at line 55 of file KillProc.cs.

◆ FALSE

const string kinetica.KillProcRequest.Options.FALSE = “false”
static

A boolean constant for the KillProcRequest.Options options.

Definition at line 63 of file KillProc.cs.

◆ RUN_TAG

const string kinetica.KillProcRequest.Options.RUN_TAG = “run_tag”
static

If KillProcRequest.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 KillProcRequest.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”
static

A boolean constant for the KillProcRequest.Options options.

Definition at line 59 of file KillProc.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/KillProc.cs
  • Kinetica/Protocol/KillProc.cs