Share via


IisWebServiceBackupBehaviorAttribute.DiskSizeRequired property

The approximate size, in bytes, the backup needs to save its data to the disk. The data includes the size of databases, files and large blobs (larger than 1K).

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

Syntax

'Declaration
Public Overridable ReadOnly Property DiskSizeRequired As ULong
    Get
'Usage
Dim instance As IisWebServiceBackupBehaviorAttribute
Dim value As ULong

value = instance.DiskSizeRequired
public virtual ulong DiskSizeRequired { get; }

Property value

Type: System.UInt64
Returns UInt64.

Remarks

If the BackupRestore is just saving a small amount of data, that is name, urls, sever information, just return 0. However, if you save a large amount of information - please report the approximate size.

See also

Reference

IisWebServiceBackupBehaviorAttribute class

IisWebServiceBackupBehaviorAttribute members

Microsoft.SharePoint.Administration namespace