Skip to main content

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

const string kinetica.AdminShowJobsRequest.Options.FALSE = “false”
static

A boolean constant for the AdminShowJobsRequest.Options options.

Definition at line 50 of file AdminShowJobs.cs.

◆ SHOW_ASYNC_JOBS

const string kinetica.AdminShowJobsRequest.Options.SHOW_ASYNC_JOBS = “show_async_jobs”
static

If TRUE, then the completed async jobs are also included in the response.

By default, once the async jobs are completed they are no longer included in the jobs list. Supported values:

The default value is FALSE.

Definition at line 42 of file AdminShowJobs.cs.

◆ SHOW_WORKER_INFO

const string kinetica.AdminShowJobsRequest.Options.SHOW_WORKER_INFO = “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

const string kinetica.AdminShowJobsRequest.Options.TRUE = “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: