Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / ExportFileConfiguration Class / MaxLocalDiskUsage Property

In This Topic
    MaxLocalDiskUsage Property (ExportFileConfiguration)
    In This Topic
    The maximum number of megabytes for all session files in megabytes on the local drive before older files are purged.
    Syntax
    'Declaration
     
    
    Public Property MaxLocalDiskUsage As Integer
    public int MaxLocalDiskUsage {get; set;}
    Remarks
    When the maximum local disk usage is approached, files are purged by selecting the oldest files first. This limit may be exceeded temporarily by the maximum size because the active file will not be purged. Size is specified in megabytes.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also