问题描述
如何基于SharePoint 2013中的FROM和TO日期获取网站集的数据使用量(内存大小)报告.
How to get Data usage (memory size) report for site collection based on FROM and TO date in SharePoint 2013.
是否可以通过CSOM?
Is it possible through CSOM?
谢谢.
推荐答案
在SharePoint 2013中,我们可以使用UsageInfo calss访问有关网站集使用情况的信息.
In SharePoint 2013, we could use UsageInfo calss to access information about site collection usage.
但是在此类中,存储"和讨论存储"字段包含实时更新的数据; 带宽"字段,点击数"字段和访问次数"字段的数据每天都会根据使用情况分析进行更新 计时器作业.
But in this class, the Storage and DiscussionStorage fields contain data that is updated in real time; data for the Bandwidth field, Hits field, and Visits field is updated daily by the usage analysis timer job.
很难在SharePoint 2013中获得基于从"和到"的存储.
有关UsageInfo的信息:
https://msdn.microsoft.com/zh-CN/library/office/jj245404.aspx
最好的问候,
张琳达
这篇关于站点收集的数据使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!