Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the total amount of storage in bytes that is consumed by the site collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Storage As Long
'Usage
Dim instance As SPSite.UsageInfo
Dim value As Long
value = instance.Storage
instance.Storage = value
public long Storage
Remarks
The data of the Storage field is used to enforce storage quotas.