FloodFilter MaxCount Property NFX Class Library

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

Sets how many messages may be batched per interval. If more messages arrive then their data is not going to be logged

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

[ConfigAttribute]
public int MaxCount { get; set; }

Property Value

Type: OnlineInt32
See Also