SPWebApplication.CellStorageUserDataDeleteSizeThreshold property
NOTE: This API is now obsolete.
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)
Syntax
'Declaration
<ObsoleteAttribute("This property is obsolete. All data is cleaned up at write-time.")> _
Public Property CellStorageUserDataDeleteSizeThreshold As Long
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Long
value = instance.CellStorageUserDataDeleteSizeThreshold
instance.CellStorageUserDataDeleteSizeThreshold = value
[ObsoleteAttribute("This property is obsolete. All data is cleaned up at write-time.")]
public long CellStorageUserDataDeleteSizeThreshold { get; set; }
Property value
Type: System.Int64
The size threshold in megabytes. The default size is 50 MB.