Interface IActivityActionStat
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Statistics for a given action
public interface IActivityActionStat
Properties
ActionCount
The number of times the action took place.
int ActionCount { get; }
Property Value
ActorCount
The number of distinct actors that performed the action.
int ActorCount { get; }
Property Value
TimeSpentInSeconds
The time (seconds) spent for the performed action.
int TimeSpentInSeconds { get; }