A set of string constants for the parameter AdminShowJobsRequest.options. More…
Static Public Attributes | |
| const string | SHOW_ASYNC_JOBS = “show_async_jobs” |
| If TRUE, then the completed async jobs are also included in the response. | |
| const string | TRUE = “true” |
| A boolean constant for the AdminShowJobsRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the AdminShowJobsRequest.Options options. | |
| const string | SHOW_WORKER_INFO = “show_worker_info” |
| If TRUE, then information is also returned from worker ranks. | |
Detailed Description
A set of string constants for the parameter AdminShowJobsRequest.options.
Optional parameters.
Definition at line 20 of file AdminShowJobs.cs.
Member Data Documentation
◆ FALSE
| static |
A boolean constant for the AdminShowJobsRequest.Options options.
Definition at line 50 of file AdminShowJobs.cs.
◆ SHOW_ASYNC_JOBS
| static |
◆ SHOW_WORKER_INFO
| static |
If TRUE, then information is also returned from worker ranks.
By default only status from the head rank is returned. Supported values:
Definition at line 69 of file AdminShowJobs.cs.
◆ TRUE
| static |
A boolean constant for the AdminShowJobsRequest.Options options.
Definition at line 46 of file AdminShowJobs.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/AdminShowJobs.cs
- Kinetica/Protocol/AdminShowJobs.cs