Values_0.RateIncreaseCriteriaSourceAllows you to define a criteria to initiate the increase in rate of rollout for a job.
type nonrec t = {numberOfNotifiedThings : NumberOfThings.t option;The threshold for number of notified things that will initiate the increase in rate of rollout.
*)numberOfSucceededThings : NumberOfThings.t option;The threshold for number of succeeded things that will initiate the increase in rate of rollout.
*)}