SPWebApplication.DiskSizeRequired property
Gets the disk space that is required to back up the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DiskSizeRequired As ULong
Get
'Usage
Dim instance As SPWebApplication
Dim value As ULong
value = instance.DiskSizeRequired
public ulong DiskSizeRequired { get; }
Property value
Type: System.UInt64
A 64-bit unsigned integer that contains the approximate size, in bytes, that the backup needs to contain to save its data to disk.
Implements
IBackupRestore.DiskSizeRequired