Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.KillProcRequest.Options Struct Reference

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...
 

Detailed Description

Optional parameters.

  • RUN_TAG: If is specified, kill the proc instance that has a matching run ID and a matching run tag that was provided to /execute/proc. If is not specified, kill the proc instance(s) where a matching run tag was provided to /execute/proc. The default value is ''.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 37 of file KillProc.cs.

Member Data Documentation

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.


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