office365GroupsActivityStorage 资源类型

命名空间:microsoft.graph

属性

属性 类型 说明
reportRefreshDate 日期 内容的最近日期。
mailboxStorageUsedInBytes Int64 组邮箱中使用的存储。
siteStorageUsedInBytes Int64 SharePoint 文档库中使用的存储。
reportDate 日期 Exchange 和 SharePoint 使用的存储快照日期。
reportPeriod String 报表涵盖的天数。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "reportRefreshDate": "Date", 
  "mailboxStorageUsedInBytes": 1024, 
  "siteStorageUsedInBytes": 1024, 
  "reportDate": "Date", 
  "reportPeriod": "String"
}