Search Results for

    Show / Hide Table of Contents

    Interface IActivityStat

    Defines the site/item analytics for a given interval

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IActivityStat

    Properties

    Access

    Statistics about the access actions in this interval.

    Declaration
    IActivityActionStat Access { get; }
    Property Value
    IActivityActionStat

    Create

    Statistics about the create actions in this interval.

    Declaration
    IActivityActionStat Create { get; }
    Property Value
    IActivityActionStat

    Delete

    Statistics about the delete actions in this interval.

    Declaration
    IActivityActionStat Delete { get; }
    Property Value
    IActivityActionStat

    Edit

    Statistics about the edit actions in this interval.

    Declaration
    IActivityActionStat Edit { get; }
    Property Value
    IActivityActionStat

    EndDateTime

    End date for the interval (UTC)

    Declaration
    DateTime EndDateTime { get; }
    Property Value
    DateTime

    IncompleteData

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

    Declaration
    IActivityIncomplete IncompleteData { get; }
    Property Value
    IActivityIncomplete

    IsTrending

    Indicates whether the item is "trending."

    Declaration
    bool IsTrending { get; }
    Property Value
    System.Boolean

    Move

    Statistics about the move actions in this interval.

    Declaration
    IActivityActionStat Move { get; }
    Property Value
    IActivityActionStat

    StartDateTime

    Start date for the interval (UTC)

    Declaration
    DateTime StartDateTime { get; }
    Property Value
    DateTime

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer