UsageInfo.Storage property

Gets a value that specifies the total amount of disk space, in bytes, currently being used by the site collection.

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

Syntax

'Declaration
Public ReadOnly Property Storage As Long
    Get
'Usage
Dim instance As UsageInfo
Dim value As Long

value = instance.Storage
public long Storage { get; }

Property value

Type: System.Int64
Int64
The total amount of disk space, in bytes. This value must be equal to or greater than 0.

See also

Reference

UsageInfo class

UsageInfo members

Microsoft.SharePoint.Client namespace