Kinetica C# API
Version 7.2.3.0
|
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... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 21 of file AdminShowJobs.cs.
const string kinetica.AdminShowJobsRequest.Options.FALSE = "false" |
Definition at line 40 of file AdminShowJobs.cs.
const string kinetica.AdminShowJobsRequest.Options.SHOW_ASYNC_JOBS = "show_async_jobs" |
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.
const string kinetica.AdminShowJobsRequest.Options.TRUE = "true" |
Definition at line 39 of file AdminShowJobs.cs.