Table of Contents

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

int

ActorCount

The number of distinct actors that performed the action.

int ActorCount { get; }

Property Value

int

TimeSpentInSeconds

The time (seconds) spent for the performed action.

int TimeSpentInSeconds { get; }

Property Value

int