office365GroupsActivityFileCounts リソースの種類
名前空間: microsoft.graph
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
reportRefreshDate | Date | コンテンツの最新の日付。 |
total | Int64 | グループの SharePoint ドキュメント ライブラリ内のファイルの合計数。 |
アクティブ | Int64 | グループの SharePoint ドキュメント ライブラリで表示、編集、共有、または同期されたファイルの数。 |
reportDate | Date | グループの SharePoint サイトで多数のファイルがアクティブであった日付。 |
reportPeriod | String | レポートがカバーする日数。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"reportRefreshDate": "Date",
"total": 1024,
"active": 1024,
"reportDate": "Date",
"reportPeriod": "String"
}