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 or sets the number of threads used by a backup operation.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BackupThreads As Integer
Get
Set
'Usage
Dim instance As SPBackupRestoreConfigurationSettings
Dim value As Integer
value = instance.BackupThreads
instance.BackupThreads = value
public int BackupThreads { get; set; }
Property Value
Type: System.Int32
The number of threads used. Default is 3.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | An attempt is made to assign a value outside of the range 1 through 10. |
Remarks
This property must be set to a value from 1 through 10.
See Also
Reference
SPBackupRestoreConfigurationSettings Class