Kinetica C# API  Version 6.2.0.1
kinetica.ShowProcStatusRequest.Options Struct Reference

Optional parameters. More...

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. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

Optional parameters.

  • 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. Supported values: The default value is FALSE.

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

Definition at line 52 of file ShowProcStatus.cs.

Member Data Documentation

◆ CLEAR_COMPLETE

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

Supported values:

The default value is FALSE.

Definition at line 72 of file ShowProcStatus.cs.

◆ FALSE

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

Definition at line 74 of file ShowProcStatus.cs.

◆ TRUE

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

Definition at line 73 of file ShowProcStatus.cs.


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