Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AdminShowJobsRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string SHOW_ASYNC_JOBS = "show_async_jobs"
 If true, then the completed async jobs are also included in the response. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string SHOW_WORKER_INFO = "show_worker_info"
 If true, then information is also returned from worker ranks. More...
 

Detailed Description

Optional parameters.

  • SHOW_ASYNC_JOBS: 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.
  • SHOW_WORKER_INFO: If true, then information is also returned from worker ranks. By default only status from the head rank is returned. Supported values:

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 65 of file AdminShowJobs.cs.

Member Data Documentation

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

Definition at line 86 of file AdminShowJobs.cs.

const string kinetica.AdminShowJobsRequest.Options.SHOW_ASYNC_JOBS = "show_async_jobs"

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 84 of file AdminShowJobs.cs.

const string kinetica.AdminShowJobsRequest.Options.SHOW_WORKER_INFO = "show_worker_info"

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 102 of file AdminShowJobs.cs.

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

Definition at line 85 of file AdminShowJobs.cs.


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