The SubmitJobParameters type exposes the following members.
Properties
Name | Description | |
---|---|---|
CustomProperties |
A set of Key-Value pairs, used to define user-customized properties.
| |
EmbeddedFiles |
List of files that need to be uploaded with the job
| |
EmbeddedFileTypes |
List of embedded file types
| |
JobId |
Job Id
| |
JobNotifications |
A list of notifications.
Default is null.
| |
JobType |
Job Type
| |
ManifestFileName |
Manifest file name
| |
Name |
Job Name
| |
Priority |
The job's priority. This should be a number between 1 and 2147483647, inclusive.
A lower priority value is given higher scheduling preference.
Default value is 1000.
| |
Resources |
List of cluster resources used by the job
| |
ResourceTypes |
List of resouce types
| |
RuntimeName |
Scope runtime version.
Pass null to use the default version.
Default is null.
| |
ScopeScriptFileNameOrCmdOrGraph |
Scope script file name or command line or argebra graph
| |
TokenAllocation |
The exact number of tokens to be assigned to the job.
When this vallue is null default token allocation will be used, then VcPercentAllocation will be used.
TokenAllocation cannot be used together with VcPercentAllocation.
| |
VcName |
Name of the vc on which the job is operated
| |
VcPercentAllocation |
This should be a floating point > 0 and le 100. Passing
null will use the default value.
|