Interface IActivityStat
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Defines the site/item analytics for a given interval
public interface IActivityStat
Properties
Access
Statistics about the access actions in this interval.
IActivityActionStat Access { get; }
Property Value
Create
Statistics about the create actions in this interval.
IActivityActionStat Create { get; }
Property Value
Delete
Statistics about the delete actions in this interval.
IActivityActionStat Delete { get; }
Property Value
Edit
Statistics about the edit actions in this interval.
IActivityActionStat Edit { get; }
Property Value
EndDateTime
End date for the interval (UTC)
DateTime EndDateTime { get; }
Property Value
IncompleteData
Indicates that the statistics in this interval are based on incomplete data.
IActivityIncomplete IncompleteData { get; }
Property Value
IsTrending
Indicates whether the item is "trending."
bool IsTrending { get; }
Property Value
Move
Statistics about the move actions in this interval.
IActivityActionStat Move { get; }
Property Value
StartDateTime
Start date for the interval (UTC)
DateTime StartDateTime { get; }