SPWebApplication.CellStorageUserDataDeleteSizeThreshold property
NOTE: This API is now obsolete.
取得或設定使計時器工作只會刪除超越指定的大小的檔案片段檔案片段表格中的儲存格儲存區使用者資料刪除計時器工作,大小臨界值。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("This property is obsolete. All data is cleaned up at write-time.")> _
Public Property CellStorageUserDataDeleteSizeThreshold As Long
Get
Set
'用途
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
以 mb 為單位大小臨界值。預設大小為 50 MB。