SiteLogFile.TruncateSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the size, in bytes, at which the log file contents are truncated.
public:
property long TruncateSize { long get(); void set(long value); };
public long TruncateSize { get; set; }
member this.TruncateSize : int64 with get, set
Public Property TruncateSize As Long
Property Value
The size, in bytes, at which the log file contents are truncated if the Period property is set to MaxSize.
Remarks
To enable this property, you must set the Period property to Microsoft.Web.Administration.LoggingRolloverPeriod.MaxSize.