Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.28 KB

File metadata and controls

54 lines (42 loc) · 1.28 KB
author daspek
description The itemActionStat resource provides aggregate details about an action over a period of time.
ms.date 09/14/2017
title ItemActionStat
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice sharepoint

itemActionStat resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The itemActionStat resource provides aggregate details about an action over a period of time.

Properties

Property Type Description
actionCount Int32 The number of times the action took place. Read-only.
actorCount Int32 The number of distinct actors that performed the action. Read-only.

Relationships

None.

JSON representation

{
  "actionCount": 123,
  "actorCount": 60
}