SPUsageManager.UsageLogMaxSpaceGB property
This member is reserved for internal use and is not intended to be used directly from your code.
The maximum amount of space allowed for usage logs. When this threshold is reached, delete the oldest log(s) until enough space is available. Measured in GB.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UsageLogMaxSpaceGB As UInteger
Get
Set
'Usage
Dim instance As SPUsageManager
Dim value As UInteger
value = instance.UsageLogMaxSpaceGB
instance.UsageLogMaxSpaceGB = value
public uint UsageLogMaxSpaceGB { get; set; }
Property value
Type: System.UInt32