The JobUpdateInfo type exposes the following members.

Properties

  NameDescription
Public propertyCustomProperties
Custom properties.
Public propertyPriority
Gets or sets the job priority. If null, allocation will not be changed.
Public propertyTokenAllocation
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.
Public propertyVcPercentAllocation
Gets or sets the job VC alloacation share percentage, the number is a floating point. If null, allocation will be determined by TokenAllocation.

See Also