SPUsageService.UsageLogMaxSpaceGB property

The maximum amount of space (measured in gigabytes) allowed for usage logs.

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

Syntax

'Declaration
Public ReadOnly Property UsageLogMaxSpaceGB As UInteger
    Get
'Usage
Dim instance As SPUsageService
Dim value As UInteger

value = instance.UsageLogMaxSpaceGB
public uint UsageLogMaxSpaceGB { get; }

Property value

Type: System.UInt32
Returns UInt32.

Remarks

When this threshold is reached the oldest log(s) should be deleted until enough space is available.

See also

Reference

SPUsageService class

SPUsageService members

Microsoft.SharePoint.Administration namespace