Table of Contents

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

IActivityActionStat

Create

Statistics about the create actions in this interval.

IActivityActionStat Create { get; }

Property Value

IActivityActionStat

Delete

Statistics about the delete actions in this interval.

IActivityActionStat Delete { get; }

Property Value

IActivityActionStat

Edit

Statistics about the edit actions in this interval.

IActivityActionStat Edit { get; }

Property Value

IActivityActionStat

EndDateTime

End date for the interval (UTC)

DateTime EndDateTime { get; }

Property Value

DateTime

IncompleteData

Indicates that the statistics in this interval are based on incomplete data.

IActivityIncomplete IncompleteData { get; }

Property Value

IActivityIncomplete

IsTrending

Indicates whether the item is "trending."

bool IsTrending { get; }

Property Value

bool

Move

Statistics about the move actions in this interval.

IActivityActionStat Move { get; }

Property Value

IActivityActionStat

StartDateTime

Start date for the interval (UTC)

DateTime StartDateTime { get; }

Property Value

DateTime