SPUsageService.UsageLogMaxFileSize property
The file size that Usage log files should be cut and start a new one. Measured in byte.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UsageLogMaxFileSize As UInteger
Get
'Usage
Dim instance As SPUsageService
Dim value As UInteger
value = instance.UsageLogMaxFileSize
public uint UsageLogMaxFileSize { get; }
Property value
Type: System.UInt32