SPBackgroundFileSyncThrottlingSettings.GlobalBackgroundTransferLimit property

Gets or sets the maximum number of kilobytes allowed to be read from the database for background transfers for all SharePoint sites across the resource tracking windows.

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

Syntax

'Declaration
Public Property GlobalBackgroundTransferLimit As Integer
    Get
    Set
'Usage
Dim instance As SPBackgroundFileSyncThrottlingSettings
Dim value As Integer

value = instance.GlobalBackgroundTransferLimit

instance.GlobalBackgroundTransferLimit = value
public int GlobalBackgroundTransferLimit { get; set; }

Property value

Type: System.Int32

See also

Reference

SPBackgroundFileSyncThrottlingSettings class

SPBackgroundFileSyncThrottlingSettings members

Microsoft.SharePoint.Administration namespace