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 disk space that is required for a backup.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property DiskSizeRequired As ULong
Get
'Usage
Dim instance As SPUserCodeService
Dim value As ULong
value = instance.DiskSizeRequired
public ulong DiskSizeRequired { get; }
Property Value
Type: System.UInt64
An unsigned 64-bit integer that indicates the approximate amount of disk space, in bytes, that is required for a backup.
Implements
IBackupRestore.DiskSizeRequired
Remarks
This implementation always returns 0.
The DiskSizeRequired property implements the DiskSizeRequired property that is defined in the IBackupRestore interface for the SPUserCodeService class.