[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.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public int MaxCount { get; set; }
[ConfigAttribute]
public int MaxCount { get; set; }
<ConfigAttribute>
Public Property MaxCount As Integer
Get
Set
<ConfigAttribute>
Public Property MaxCount As Integer
Get
Set
public:
[ConfigAttribute]
property int MaxCount {
int get ();
void set (int value);
}
public:
[ConfigAttribute]
property int MaxCount {
int get ();
void set (int value);
}
[<ConfigAttribute>]
member MaxCount : int with get, set
[<ConfigAttribute>]
member MaxCount : int with get, set
Property Value
Type:
Int32