LogEntriesBufferingOptions public class LogEntriesBufferingOptions : LogEntryBufferingOptions Represents buffering options used for batch processing of log entries. Documentation Code public int MemoryLimit { get; set; } The maximum amount of memory that can be allocated for the buffered log entry. public LogEntriesBufferingOptions()