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
| static |
◆ FALSE
| static |
A boolean constant for the ShowProcStatusRequest.Options options.
Definition at line 54 of file ShowProcStatus.cs.
◆ 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
| 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowProcStatus.cs
- Kinetica/Protocol/ShowProcStatus.cs