Kinetica C# API
Version 7.0.19.0
|
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" |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 47 of file AdminShowJobs.cs.
const string kinetica.AdminShowJobsRequest.Options.FALSE = "false" |
Definition at line 68 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 66 of file AdminShowJobs.cs.
const string kinetica.AdminShowJobsRequest.Options.TRUE = "true" |
Definition at line 67 of file AdminShowJobs.cs.