Skip to content

SizeBudgetMetric

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

The limit a size budget enforces.

public enum SizeBudgetMetric

An absolute cap on the current value, in bytes.

Returns: SizeBudgetMetric

MaxBytes = 0

A cap on growth versus the baseline, in bytes.

Returns: SizeBudgetMetric

MaxGrowthBytes = 1

A cap on growth versus the baseline, as a percentage of the baseline.

Returns: SizeBudgetMetric

MaxGrowthPercent = 2