Skip to main content

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

Static Public Attributes

const string CLEAR_COMPLETE = “clear_complete”
 If set to TRUE, if a proc instance has completed (either successfully or unsuccessfully) then its status will be cleared and no longer returned in subsequent calls.
 
const string TRUE = “true”
 A boolean constant for the ShowProcStatusRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the ShowProcStatusRequest.Options options.
 
const string RUN_TAG = “run_tag”
 If ShowProcStatusRequest.run_id is specified, return the status for a proc instance that has a matching run ID and a matching run tag that was provided to Kinetica.executeProc.
 

Detailed Description

A set of string constants for the parameter ShowProcStatusRequest.options.

Optional parameters.

Definition at line 24 of file ShowProcStatus.cs.

Member Data Documentation

◆ CLEAR_COMPLETE

const string kinetica.ShowProcStatusRequest.Options.CLEAR_COMPLETE = “clear_complete”
static

If set to TRUE, if a proc instance has completed (either successfully or unsuccessfully) then its status will be cleared and no longer returned in subsequent calls.

Supported values:

The default value is FALSE.

Definition at line 46 of file ShowProcStatus.cs.

◆ FALSE

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

A boolean constant for the ShowProcStatusRequest.Options options.

Definition at line 54 of file ShowProcStatus.cs.

◆ RUN_TAG

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

If ShowProcStatusRequest.run_id is specified, return the status for a proc instance that has a matching run ID and a matching run tag that was provided to Kinetica.executeProc.

If ShowProcStatusRequest.run_id is not specified, return statuses for all proc instances where a matching run tag was provided to Kinetica.executeProc. The default value is ”.

Definition at line 66 of file ShowProcStatus.cs.

◆ TRUE

const string kinetica.ShowProcStatusRequest.Options.TRUE = “true”
static

A boolean constant for the ShowProcStatusRequest.Options options.

Definition at line 50 of file ShowProcStatus.cs.


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