WebPubSubTrafficThrottleByUserIdRule.AggregationWindowInSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The aggregation window for the message bytes. The message bytes will be aggregated in this window and be reset after the window. Default value is 60 seconds.
public int? AggregationWindowInSeconds { get; set; }
member this.AggregationWindowInSeconds : Nullable<int> with get, set
Public Property AggregationWindowInSeconds As Nullable(Of Integer)