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.
Gets the amount of disk space, in bytes, that is required to store a backup of the content represented by the IBackupRestore object.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property DiskSizeRequired As ULong
Implements IBackupRestore.DiskSizeRequired
Get
'Usage
Dim instance As SPClaimProviderManager
Dim value As ULong
value = CType(instance, IBackupRestore).DiskSizeRequired
ulongIBackupRestore.DiskSizeRequired { get; }
Property Value
Type: System.UInt64
An UInt64 that represents the size, in bytes, that is needed on the storage device to save the data.
Implements
IBackupRestore.DiskSizeRequired