Share via


SPUsageManager.UsageLogMaxFileSize property

Indicates the maxmimum size of Usage log files. When the maximum is reached, the current log file will be closed and a new one will be generated so that logging can resume. Measured in bytes.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property UsageLogMaxFileSize As UInteger
    Get
    Set
'Usage
Dim instance As SPUsageManager
Dim value As UInteger

value = instance.UsageLogMaxFileSize

instance.UsageLogMaxFileSize = value
public uint UsageLogMaxFileSize { get; set; }

Property value

Type: System.UInt32

See also

Reference

SPUsageManager class

SPUsageManager members

Microsoft.SharePoint.Administration namespace