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 size threshold for a cell storage user data delete timer job, so that the timer job only deletes file fragments in the file fragments table that surpass the specified size.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property CellStorageUserDataDeleteSizeThreshold As Long
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Long
value = instance.CellStorageUserDataDeleteSizeThreshold
instance.CellStorageUserDataDeleteSizeThreshold = value
public long CellStorageUserDataDeleteSizeThreshold { get; set; }
Property Value
Type: System.Int64
The size threshold in megabytes. The default size is 50 MB.