The JobUpdateInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CustomProperties |
Custom properties.
|
![]() | Priority |
Gets or sets the job priority. If null, allocation will not be changed.
|
![]() | TokenAllocation |
Gets or sets the exact number of token allocation. If null, allocation will be determined by VcPercentAllocation.
Cannot be changed when VcPercenAllocation is not null.
|
![]() | VcPercentAllocation |
Gets or sets the job VC alloacation share percentage, the number is a floating point. If null, allocation will be determined by TokenAllocation.
|