次の方法で共有


office365GroupsActivityStorage リソースの種類

名前空間: microsoft.graph

プロパティ

プロパティ 説明
reportRefreshDate Date コンテンツの最新の日付。
mailboxStorageUsedInBytes Int64 グループ メールボックスで使用されるストレージ。
siteStorageUsedInBytes Int64 SharePoint ドキュメント ライブラリで使用されるストレージ。
reportDate Date Exchange と SharePoint で使用されたストレージのスナップショット日付。
reportPeriod String レポートがカバーする日数。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

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