SlidingWindowThrottle BucketsPerSec Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Number of measurement buckets per second. The greater the number the more accurate throttle rate is calculated and the slower the calculation gets

Namespace: NFX.Throttling
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute("$buckets-per-sec", 8)]
public int BucketsPerSec { get; internal set; }

Property Value

Type: OnlineInt32
See Also