SPSiteUpgradeThrottleSettings.UsageStorageLimit property
The storage limit (in MB) beyond which the site should not be upgraded in proc.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UsageStorageLimit As UInteger
Get
Set
'Usage
Dim instance As SPSiteUpgradeThrottleSettings
Dim value As UInteger
value = instance.UsageStorageLimit
instance.UsageStorageLimit = value
public uint UsageStorageLimit { get; set; }
Property value
Type: System.UInt32
See also
Reference
SPSiteUpgradeThrottleSettings class