SizeBudgetMetric
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
The limit a size budget enforces.
public enum SizeBudgetMetricFields
Section titled “Fields”MaxBytes
Section titled “MaxBytes”An absolute cap on the current value, in bytes.
Returns: SizeBudgetMetric
MaxBytes = 0MaxGrowthBytes
Section titled “MaxGrowthBytes”A cap on growth versus the baseline, in bytes.
Returns: SizeBudgetMetric
MaxGrowthBytes = 1MaxGrowthPercent
Section titled “MaxGrowthPercent”A cap on growth versus the baseline, as a percentage of the baseline.
Returns: SizeBudgetMetric
MaxGrowthPercent = 2