The JobUpdateInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | JobUpdateInfo | Initializes a new instance of the JobUpdateInfo class |
Methods
Name | Description | |
---|---|---|
![]() | IsValid |
Validates object state.
|
![]() | ToString |
Returns a String that represents the current Object.
(Overrides ObjectToString()()()().) |
![]() | Validate |
Validates object state.
|
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.
|