Kinetica C# API
Version 6.2.0.1
|
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" |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 52 of file ShowProcStatus.cs.
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.
const string kinetica.ShowProcStatusRequest.Options.FALSE = "false" |
Definition at line 74 of file ShowProcStatus.cs.
const string kinetica.ShowProcStatusRequest.Options.TRUE = "true" |
Definition at line 73 of file ShowProcStatus.cs.