SPBackgroundFileSyncThrottlingSettings.BackgroundTransferLimit property
Gets or sets the maximum number of kilobytes allowed to be read from the database for background transfers for any particular SPSiteacross the resource tracking windows.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BackgroundTransferLimit As Integer
Get
Set
'Usage
Dim instance As SPBackgroundFileSyncThrottlingSettings
Dim value As Integer
value = instance.BackgroundTransferLimit
instance.BackgroundTransferLimit = value
public int BackgroundTransferLimit { get; set; }
Property value
Type: System.Int32
See also
Reference
SPBackgroundFileSyncThrottlingSettings class