Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
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. Values: true, false.


A set of string constants for the parameter <member name="options">.

Definition at line 37 of file ShowProcStatus.cs.

Member Data Documentation

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.

Values: true, false.

Definition at line 45 of file ShowProcStatus.cs.

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

Definition at line 47 of file ShowProcStatus.cs.

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

Definition at line 46 of file ShowProcStatus.cs.


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