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

Optional parameters. More...

Public Attributes

const string REMOVE_JOB_ON_COMPLETE = "remove_job_on_complete"
 Supported values:

More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string JOB_TAG = "job_tag"
 Tag to use for submitted job. More...
 

Detailed Description

Optional parameters.

  • REMOVE_JOB_ON_COMPLETE: Supported values:
  • 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 '-'

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

Definition at line 83 of file CreateJob.cs.

Member Data Documentation

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

Definition at line 100 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 105 of file CreateJob.cs.

const string kinetica.CreateJobRequest.Options.REMOVE_JOB_ON_COMPLETE = "remove_job_on_complete"

Supported values:

Definition at line 98 of file CreateJob.cs.

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

Definition at line 99 of file CreateJob.cs.


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