GetConsumeLimitEstimateOptions - The options for the consume limit estimate

interface GetConsumeLimitEstimateOptions {
    increaseFactor?: number;
}

Properties

Properties

increaseFactor?: number

The multiplier to apply to the consume limit estimate. The result is multiplied by 1 + increaseFactor.

0.05 = 5%