Class LogEntriesBufferingOptions
Represents buffering options used for batch processing of log entries.
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public class LogEntriesBufferingOptions : LogEntryBufferingOptions
Properties
| Edit this page View SourceMemoryLimit
The maximum amount of memory that can be allocated for the buffered log entry.
Declaration
public int MemoryLimit { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
If the limit is reached then the log entries will be stored on the disk.