FairsharePolicy
class FairsharePolicy
The fair share policy for a scheduling policy.
Types
Properties
Link copied to clipboard
A value used to reserve some of the available maximum vCPU for fair share identifiers that aren't already used.
Link copied to clipboard
The amount of time (in seconds) to use to calculate a fair share percentage for each fair share identifier in use. A value of zero (0) indicates that only current usage is measured. The decay allows for more recently run jobs to have more weight than jobs that ran earlier. The maximum supported value is 604800 (1 week).
Link copied to clipboard
An array of SharedIdentifier
objects that contain the weights for the fair share identifiers for the fair share policy. Fair share identifiers that aren't included have a default weight of 1.0
.