Freigeben über


office365GroupsActivityStorage-Ressourcentyp

Namespace: microsoft.graph

Eigenschaften

Eigenschaft Typ Beschreibung
reportRefreshDate Datum Das letzte Datum des Inhalts.
mailboxStorageUsedInBytes Int64 Der im Gruppenpostfach verwendete Speicher.
siteStorageUsedInBytes Int64 Der in der SharePoint-Dokumentbibliothek verwendete Speicher.
reportDate Datum Das Momentaufnahme Datum für den von Exchange und SharePoint verwendeten Speicher.
reportPeriod String Die Anzahl der Tage, die der Bericht abdeckt.

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

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