SPWebApplication.CellStorageDataCleanupExcludedDocTypes 属性
请注意:此 API 现在已过时。
获取或设置要排除单元存储数据清理计时器作业,以便相关片段不会被删除的文件的文档类型。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("This property is obsolete. All data is cleaned up at write-time.")> _
Public Property CellStorageDataCleanupExcludedDocTypes As String()
Get
Set
用法
Dim instance As SPWebApplication
Dim value As String()
value = instance.CellStorageDataCleanupExcludedDocTypes
instance.CellStorageDataCleanupExcludedDocTypes = value
[ObsoleteAttribute("This property is obsolete. All data is cleaned up at write-time.")]
public string[] CellStorageDataCleanupExcludedDocTypes { get; set; }
属性值
类型:[]
若要从单元格存储数据清除操作中排除的文档类型。默认值是one, onetmp, onetoc2。
备注
此属性定义的一套排除的文档类型为其单元存储数据清理计时器作业不会删除表数据。计时器作业已排除的文档类型的硬编码列表。换句话说,不会删除与这些文件相关联的文件碎片表数据。如果在安装 SQL Server 的磁盘空间的文件碎片表中使用的其他文件类型,服务器场管理员可以更新此属性通过硬编码列表。