Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | REMOVE_JOB_ON_COMPLETE = "remove_job_on_complete" |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | JOB_TAG = "job_tag" |
Tag to use for submitted job. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 36 of file CreateJob.cs.
const string kinetica.CreateJobRequest.Options.FALSE = "false" |
Definition at line 50 of file CreateJob.cs.
const string kinetica.CreateJobRequest.Options.JOB_TAG = "job_tag" |
Tag to use for submitted job.
The same tag could be used on backup cluster to retrieve response for the job. Tags can use letter, numbers, '_' and '-'
Definition at line 56 of file CreateJob.cs.
const string kinetica.CreateJobRequest.Options.REMOVE_JOB_ON_COMPLETE = "remove_job_on_complete" |
const string kinetica.CreateJobRequest.Options.TRUE = "true" |
Definition at line 49 of file CreateJob.cs.