EventLogConfiguration.MaximumSizeInBytes 属性

定义

获取或设置允许事件日志文件具有的最大大小,以字节为单位。 当文件达到此最大大小时,则视为已满。

public:
 property long MaximumSizeInBytes { long get(); void set(long value); };
public long MaximumSizeInBytes { get; set; }
member this.MaximumSizeInBytes : int64 with get, set
Public Property MaximumSizeInBytes As Long

属性值

允许事件日志文件的最大大小(以字节为单位)。

注解

如果此属性的值已更改,请调用 SaveChanges 方法来保存更改。

适用于

另请参阅