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