Kinetica   C#   API  Version 7.2.3.0
kinetica.AdminShowJobsRequest.Options Struct Reference

A set of string constants for the parameter options. 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

A set of string constants for the parameter options.

Optional parameters.

Definition at line 21 of file AdminShowJobs.cs.

Member Data Documentation

◆ FALSE

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

Definition at line 40 of file AdminShowJobs.cs.

◆ SHOW_ASYNC_JOBS

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

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

Supported values:

The default value is FALSE.

Definition at line 37 of file AdminShowJobs.cs.

◆ SHOW_WORKER_INFO

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

If TRUE, then information is also returned from worker ranks.

Supported values:

Definition at line 53 of file AdminShowJobs.cs.

◆ TRUE

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

Definition at line 39 of file AdminShowJobs.cs.


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